CONNECT, CLOSE and SHUTDOWN commands.
[silc.git] / lib / silccore / silcmode.h
index 26b45c748e85e4e443620e79a0ab39041d009c7e..53d04ee4b55ca52c0749f0957fe3f9d79f89c93c 100644 (file)
@@ -39,4 +39,9 @@
 #define SILC_CHANNEL_UMODE_CHANFO     0x0001 /* channel founder */
 #define SILC_CHANNEL_UMODE_CHANOP     0x0002 /* channel operator */
 
+/* SILC modes */
+#define SILC_UMODE_NONE               0x0000 /* Normal SILC user */
+#define SILC_UMODE_SERVER_OPERATOR    0x0001 /* Server operator */
+#define SILC_UMODE_ROUTER_OPERATOR    0x0002 /* Router (SILC) operator */
+
 #endif