X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircchannel.cpp;h=b03f16ae65e9d0db6cfef97b37fae254a3d82c1c;hp=d49c9b6234dbcfcec908967aea1684c887956b23;hb=7298446b3e86140c4bbbfe7aeeb959c16c53363c;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650 diff --git a/src/common/ircchannel.cpp b/src/common/ircchannel.cpp index d49c9b62..b03f16ae 100644 --- a/src/common/ircchannel.cpp +++ b/src/common/ircchannel.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -231,7 +231,7 @@ void IrcChannel::part(IrcUser* ircuser) _userModes.clear(); foreach (IrcUser* user, users) { disconnect(user, nullptr, this, nullptr); - user->partChannel(this); + user->partChannelInternal(this, true); } emit parted(); network()->removeIrcChannel(this);