X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fircchannel.cpp;h=3e7c6f8cda30a3ceee5f9e80e9ec96ac7a4d8e6c;hb=24c7de34254b5de4cf28045a6923a527e06f7290;hp=d49c9b6234dbcfcec908967aea1684c887956b23;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/common/ircchannel.cpp b/src/common/ircchannel.cpp index d49c9b62..3e7c6f8c 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-2022 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);