X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=7f18e66e9faa1542347d575c2c33a97ce7680b7b;hp=d1059cf21f209919cc9b510bb5eb765844fbdf99;hb=HEAD;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003 diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index d1059cf2..f6cb37bf 100644 --- a/src/common/eventmanager.h +++ b/src/common/eventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 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)