X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=143363cf927f41d2a6ac6ee49a36fde06944e63d;hb=6718d7a1ccd42d7aae75e57d6974e0b1e0384044;hp=edebe61774f1d50d876ba2d39e16554580abca5b;hpb=bae8c28f27159ec803daff083da125b313c128d1;p=quassel.git diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index edebe617..143363cf 100644 --- a/src/common/eventmanager.h +++ b/src/common/eventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -88,7 +88,10 @@ public : IrcEvent = 0x00030000, IrcEventAuthenticate, + IrcEventAccount, + IrcEventAway, IrcEventCap, + IrcEventChghost, IrcEventInvite, IrcEventJoin, IrcEventKick, @@ -101,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) @@ -112,11 +116,9 @@ public : MessageEvent = 0x00040000, ///< Stringified event suitable for converting to Message CtcpEvent = 0x00050000, - CtcpEventFlush + CtcpEventFlush, -#ifdef HAVE_QCA2 - ,KeyEvent = 0x00060000 -#endif + KeyEvent = 0x00060000 }; EventManager(QObject *parent = 0);