X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=143363cf927f41d2a6ac6ee49a36fde06944e63d;hp=79b37ff24e0c4d64fed2fea19df1eb94d8d08938;hb=0dbec2cfc937857d66a9645249f876f1e6b3f05e;hpb=51ced68c9ba7f733c354e0b2dc737caa1f436a47 diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index 79b37ff2..143363cf 100644 --- a/src/common/eventmanager.h +++ b/src/common/eventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 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,8 +88,10 @@ public : IrcEvent = 0x00030000, IrcEventAuthenticate, + IrcEventAccount, IrcEventAway, IrcEventCap, + IrcEventChghost, IrcEventInvite, IrcEventJoin, IrcEventKick, @@ -102,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)