X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircchannel.cpp;h=c111b9fa9fe14fcab54f89ca5440939a391a89ae;hp=53e495a089bb05676c8bfa025217391a7818cc1a;hb=e56629542168c203cac8504085fc96c7f7b73d90;hpb=b0fcfdea3deb5e45961745d743c8468e905744b1;ds=sidebyside diff --git a/src/common/ircchannel.cpp b/src/common/ircchannel.cpp index 53e495a0..c111b9fa 100644 --- a/src/common/ircchannel.cpp +++ b/src/common/ircchannel.cpp @@ -183,7 +183,7 @@ void IrcChannel::joinIrcUsers(const QList &users, const QStringList & } _userModes[ircuser] = modes[i]; - ircuser->joinChannel(this); + ircuser->joinChannel(this, true); connect(ircuser, SIGNAL(nickSet(QString)), this, SLOT(ircUserNickSet(QString))); // connect(ircuser, SIGNAL(destroyed()), this, SLOT(ircUserDestroyed()));