X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fircchannel.cpp;h=0587697cfb7a729719bf85090858bb122dbd4a2b;hb=43159be08b173c4c1c973eb3ea26cdaae191fc2f;hp=edb2c710a1dfc104c727d3d2d20671c983a60411;hpb=4aca5963302eb2f6dfc41b723df4b362704f1b2b;p=quassel.git 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) {