X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircchannel.cpp;h=0587697cfb7a729719bf85090858bb122dbd4a2b;hp=edb2c710a1dfc104c727d3d2d20671c983a60411;hb=0268b7f62826dc48155866f7f27b2987449a29f5;hpb=a643fb463875bb3e516bcf6d61948f764bcb48f3 diff --git a/src/common/ircchannel.cpp b/src/common/ircchannel.cpp index edb2c710..0587697c 100644 --- a/src/common/ircchannel.cpp +++ b/src/common/ircchannel.cpp @@ -244,8 +244,8 @@ void IrcChannel::ircUserDestroyed() { IrcUser *ircUser = static_cast(sender()); Q_ASSERT(ircUser); _userModes.remove(ircUser); - emit ircUserParted(ircUser); - //qDebug() << "DEST" << name() << ircUsers().count(); + // no further propagation. + // this leads only to fuck ups. } void IrcChannel::ircUserNickSet(QString nick) {