X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=667f32fc93687f2ace42553e173e062f7d137879;hb=632dd02da3a825f1e38730d73f3a2be518a99689;hp=d1059cf21f209919cc9b510bb5eb765844fbdf99;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index d1059cf2..667f32fc 100644 --- a/src/common/eventmanager.h +++ b/src/common/eventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -107,6 +107,7 @@ public: IrcEventPong, IrcEventPrivmsg, IrcEventQuit, + IrcEventTagmsg, IrcEventTopic, IrcEventError, /// ERROR message from server IrcEventWallops,