X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcchannel.h;fp=lib%2Fsilccore%2Fsilcchannel.h;h=53b249901b84697eee41bd03b5f761c9419937d4;hb=f9a39597892c325e87a15255f346bf126760c486;hp=33422f82e2cb1c8c24847a7eb4e25e39e1e0e2ff;hpb=63a7856091eaaaa598a7dd1ad32aba8b219c591b;p=silc.git diff --git a/lib/silccore/silcchannel.h b/lib/silccore/silcchannel.h index 33422f82..53b24990 100644 --- a/lib/silccore/silcchannel.h +++ b/lib/silccore/silcchannel.h @@ -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 */