X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircuser.h;h=c7a02d5a8e484f753011cb1b00ed8737877aa762;hp=81847701cccf79bfe7f88e2a75b031753454ce9d;hb=7298446b3e86140c4bbbfe7aeeb959c16c53363c;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003 diff --git a/src/common/ircuser.h b/src/common/ircuser.h index 81847701..c7a02d5a 100644 --- a/src/common/ircuser.h +++ b/src/common/ircuser.h @@ -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 * @@ -131,6 +131,9 @@ public: _awayChanged = false; } + void partChannelInternal(IrcChannel* channel, bool skip_sync = false); + void quitInternal(bool skip_sync = false); + public slots: void setUser(const QString& user); void setHost(const QString& host);