X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=16b83bc4e5ac0afbf85ccdd3ad4695e22f6801ab;hp=e3b29800fc80e2093e4900f56134bda479b25289;hb=0cdc3bdc397e5d9b45fecb682f0de73d47f9e228;hpb=84cd3561e97167ffb98ecab0fd2b884ba1d13ada diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index e3b29800..16b83bc4 100644 --- a/src/common/eventmanager.h +++ b/src/common/eventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -88,6 +88,8 @@ public : IrcEvent = 0x00030000, IrcEventAuthenticate, + IrcEventAccount, + IrcEventAway, IrcEventCap, IrcEventInvite, IrcEventJoin,