~singpolyma/biboumi

14b6793d7fe78cfbab4f2686eb58e59d4f40338c — Florent Le Coz 10 years ago 28065d3
Joining the dummy channel connects to the irc server
1 files changed, 3 insertions(+), 0 deletions(-)

M src/bridge/bridge.cpp
M src/bridge/bridge.cpp => src/bridge/bridge.cpp +3 -0
@@ 119,7 119,10 @@ bool Bridge::join_irc_channel(const Iid& iid, const std::string& username)
          irc->on_channel_completely_joined(end_join_message);
        }
      else
        {
          irc->get_dummy_channel().joining = true;
          irc->start();
        }
      return true;
    }
  if (irc->is_channel_joined(iid.chan) == false)