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