X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmessage.h;h=39a6bd2d7cc05793f504a8dec9ef74d1b902e8d9;hb=2491fb92519912fa2169fb9d7dbc631a03bf5570;hp=c21ca3e009d750753af320c6c6ae9790d368429f;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/common/message.h b/src/common/message.h index c21ca3e0..39a6bd2d 100644 --- a/src/common/message.h +++ b/src/common/message.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 * @@ -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)