X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=inline;f=src%2Fcommon%2Feventmanager.h;h=e4ddb3b0b0a0b261de3e28c27bfca77345ea6746;hb=52209badc8e769e50aa3019b63689dda0e79e9d0;hp=d1059cf21f209919cc9b510bb5eb765844fbdf99;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git 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,