updates.
[silc.git] / lib / silccore / silcchannel.h
index 33422f82e2cb1c8c24847a7eb4e25e39e1e0e2ff..53b249901b84697eee41bd03b5f761c9419937d4 100644 (file)
@@ -43,7 +43,8 @@ typedef unsigned short SilcMessageFlags;
 #define SILC_MESSAGE_FLAG_AUTOREPLY   0x0001
 #define SILC_MESSAGE_FLAG_NOREPLY     0x0002
 #define SILC_MESSAGE_FLAG_ACTION      0x0004
-#define SILC_MESSAGE_FLAG_RESERVED    0x0008 /* to 0x0200 */
+#define SILC_MESSAGE_FLAG_NOTICE      0x0008
+#define SILC_MESSAGE_FLAG_RESERVED    0x0010 /* to 0x0200 */
 #define SILC_MESSAGE_FLAG_PRIVATE     0x0400 /* to 0x8000 */
 
 /* Prototypes */