X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmessage.h;h=39a6bd2d7cc05793f504a8dec9ef74d1b902e8d9;hp=c21ca3e009d750753af320c6c6ae9790d368429f;hb=097f625c4bd147f4127573ad8ab48555f9dc62d3;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003 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)