allow topic changes to be hidden
[quassel.git] / src / common / message.h
index ee299c6..1cf0f67 100644 (file)
@@ -46,7 +46,8 @@ public:
     Server    = 0x0400,
     Info      = 0x0800,
     Error     = 0x1000,
-    DayChange = 0x2000
+    DayChange = 0x2000,
+    Topic     = 0x4000
   };
 
   // DO NOT CHANGE without knowing what you do, some of these flags are stored in the database