X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fmessage.h;h=39a6bd2d7cc05793f504a8dec9ef74d1b902e8d9;hb=6ade6fff24f496ade813be1dcd9258dc6d54c8fb;hp=4c700eff785acb7a732f824af0a8c36d72e99362;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/common/message.h b/src/common/message.h index 4c700eff..39a6bd2d 100644 --- a/src/common/message.h +++ b/src/common/message.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 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 * @@ -66,6 +66,7 @@ public: Redirected = 0x04, ServerMsg = 0x08, StatusMsg = 0x10, + Ignored = 0x20, ///< This message matched an active ignore rule when first received Backlog = 0x80 }; Q_DECLARE_FLAGS(Flags, Flag)