X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=e4ddb3b0b0a0b261de3e28c27bfca77345ea6746;hp=d1059cf21f209919cc9b510bb5eb765844fbdf99;hb=52209badc8e769e50aa3019b63689dda0e79e9d0;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003 diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index d1059cf2..e4ddb3b0 100644 --- a/src/common/eventmanager.h +++ b/src/common/eventmanager.h @@ -107,6 +107,7 @@ public: IrcEventPong, IrcEventPrivmsg, IrcEventQuit, + IrcEventTagmsg, IrcEventTopic, IrcEventError, /// ERROR message from server IrcEventWallops,