X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=7f18e66e9faa1542347d575c2c33a97ce7680b7b;hp=e4ddb3b0b0a0b261de3e28c27bfca77345ea6746;hb=HEAD;hpb=edc55b1f86cf613a332eeeb5d85537a54120dfa5 diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index e4ddb3b0..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 * @@ -110,6 +110,7 @@ public: 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)