X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fircuser.h;h=78c1c89743a4d155ce7598715cef3b1585538451;hb=24c7de34254b5de4cf28045a6923a527e06f7290;hp=87115cbfe42cc4b46c8ca0ac332566ec70c40115;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/common/ircuser.h b/src/common/ircuser.h index 87115cbf..78c1c897 100644 --- a/src/common/ircuser.h +++ b/src/common/ircuser.h @@ -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 * @@ -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);