Started implementing protocol version 1.1 and narrowing down
[silc.git] / lib / silccore / silcmode.h
index 4e365bf75c01d05a37644b4dd0d47986abd31c45..6f47e7f827ecfa0792ce434fef26e4de31e3235b 100644 (file)
@@ -50,6 +50,8 @@
 #define SILC_CHANNEL_MODE_CIPHER       0x0080 /* sets cipher of the channel */
 #define SILC_CHANNEL_MODE_HMAC         0x0100 /* sets hmac of the channel */
 #define SILC_CHANNEL_MODE_FOUNDER_AUTH 0x0200 /* sets founder auth data */
+#define SILC_CHANNEL_MODE_SILENCE_USERS 0x0400 /* sets founder auth data */
+#define SILC_CHANNEL_MODE_SILENCE_OPERS 0x0800 /* sets founder auth data */
 /***/
 
 /****d* silccore/Modes/ChannelUserModes