X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=667f32fc93687f2ace42553e173e062f7d137879;hp=cd8056c218bfe9c7bb0d8d1f85bcacacfff32e5c;hb=HEAD;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650 diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index cd8056c2..f6cb37bf 100644 --- a/src/common/eventmanager.h +++ b/src/common/eventmanager.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 * @@ -107,8 +107,10 @@ public: IrcEventPong, IrcEventPrivmsg, IrcEventQuit, + IrcEventTagmsg, IrcEventTopic, IrcEventError, /// ERROR message from server + IrcEventSetname, ///< Updated realname information IrcEventWallops, IrcEventRawPrivmsg, ///< Undecoded privmsg (still needs CTCP parsing) IrcEventRawNotice, ///< Undecoded notice (still needs CTCP parsing)