X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=33c41c9f804098b3be616dbbfd09fb1d91879889;hb=f9116672c22abbb19817eb2ff7d93272927515f7;hp=37017430871a8cdf394e202f5241cf4f8afe0b88;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;p=quassel.git diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index 37017430..33c41c9f 100644 --- a/src/common/eventmanager.h +++ b/src/common/eventmanager.h @@ -91,6 +91,7 @@ public : IrcEventAccount, IrcEventAway, IrcEventCap, + IrcEventChghost, IrcEventInvite, IrcEventJoin, IrcEventKick, @@ -103,6 +104,7 @@ public : IrcEventPrivmsg, IrcEventQuit, IrcEventTopic, + IrcEventError, /// ERROR message from server IrcEventWallops, IrcEventRawPrivmsg, ///< Undecoded privmsg (still needs CTCP parsing) IrcEventRawNotice, ///< Undecoded notice (still needs CTCP parsing)