X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=2d88143a1caa43ee8a42233d964581f7ce86518b;hb=07bda5ad7fa76ac4b5bf6296a325a18ea5da6825;hp=e3b29800fc80e2093e4900f56134bda479b25289;hpb=be7f9fcb48b8587e59aefb26cec1caf3fcb95da2;p=quassel.git diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index e3b29800..2d88143a 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,7 +88,10 @@ public : IrcEvent = 0x00030000, IrcEventAuthenticate, + IrcEventAccount, + IrcEventAway, IrcEventCap, + IrcEventChghost, IrcEventInvite, IrcEventJoin, IrcEventKick,