X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=37017430871a8cdf394e202f5241cf4f8afe0b88;hb=dccbef488a2299cf08146cdfc11933a8fe28a387;hp=e3b29800fc80e2093e4900f56134bda479b25289;hpb=be7f9fcb48b8587e59aefb26cec1caf3fcb95da2;p=quassel.git diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index e3b29800..37017430 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-2016 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,