cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / common / message.h
index c21ca3e..cae9f56 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2019 by the Quassel Project                        *
+ *   Copyright (C) 2005-2022 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)