Introduce NetworkEvent and children
[quassel.git] / src / common / eventmanager.h
index b19e8ee..54d2721 100644 (file)
@@ -68,6 +68,7 @@ public:
 
     IrcServerEvent              = 0x00020000,
     IrcServerIncoming,
+    IrcServerParseError,
 
     IrcEvent                    = 0x00030000,
     IrcEventCap,