X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircchannel.cpp;h=b03f16ae65e9d0db6cfef97b37fae254a3d82c1c;hp=2b95518823b7187da71d4ccc02a3a69b9fd9af31;hb=7298446b3e86140c4bbbfe7aeeb959c16c53363c;hpb=3e800ec6553158aa0da3b08da78083d587389914 diff --git a/src/common/ircchannel.cpp b/src/common/ircchannel.cpp index 2b955188..b03f16ae 100644 --- a/src/common/ircchannel.cpp +++ b/src/common/ircchannel.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 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, true); + user->partChannelInternal(this, true); } emit parted(); network()->removeIrcChannel(this);