X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircchannel.cpp;h=b03f16ae65e9d0db6cfef97b37fae254a3d82c1c;hp=a7384d8bc14a45653e1b27df9e1f5dbf81f8bded;hb=7298446b3e86140c4bbbfe7aeeb959c16c53363c;hpb=a95ad2de573027f9bee36db972bcae4195168d0c diff --git a/src/common/ircchannel.cpp b/src/common/ircchannel.cpp index a7384d8b..b03f16ae 100644 --- a/src/common/ircchannel.cpp +++ b/src/common/ircchannel.cpp @@ -231,7 +231,7 @@ void IrcChannel::part(IrcUser* ircuser) _userModes.clear(); foreach (IrcUser* user, users) { disconnect(user, nullptr, this, nullptr); - user->partChannel(this, true); + user->partChannelInternal(this, true); } emit parted(); network()->removeIrcChannel(this);