X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Feventmanager.h;h=37017430871a8cdf394e202f5241cf4f8afe0b88;hb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;hp=ec1406490c1ae457bab0b00c41a9bc4d15854052;hpb=b65b9f7615165e8700a44d59b7275a55558dd45b;p=quassel.git diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index ec140649..37017430 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-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,