Cleanup allowing for tags to be available at later points, adds TAGMSG
[quassel.git] / src / common / eventmanager.h
index d1059cf..e4ddb3b 100644 (file)
@@ -107,6 +107,7 @@ public:
         IrcEventPong,
         IrcEventPrivmsg,
         IrcEventQuit,
+        IrcEventTagmsg,
         IrcEventTopic,
         IrcEventError,  /// ERROR message from server
         IrcEventWallops,