implemented KICK command
[silc.git] / lib / silccore / silcnotify.h
index 3362d7fc3df95464014de1df8ccd580f20bfffb4..8aa9d5800837eac6c1db50e92065b638a3c18ba5 100644 (file)
@@ -40,6 +40,9 @@ typedef unsigned short SilcNotifyType;
 #define SILC_NOTIFY_TYPE_CMODE_CHANGE    7 /* "has changed channel mode" */
 #define SILC_NOTIFY_TYPE_CUMODE_CHANGE   8 /* "has change mode" */
 #define SILC_NOTIFY_TYPE_MOTD            9 /* message of the day */
+#define SILC_NOTIFY_TYPE_CHANNEL_CHANGE  10 /* Channel's ID has changed */
+#define SILC_NOTIFY_TYPE_SERVER_SIGNOFF  11 /* Server quitting SILC */
+#define SILC_NOTIFY_TYPE_KICKED          12 /* Kicked from channel */
 
 /* Prototypes */
 SilcNotifyPayload silc_notify_payload_parse(SilcBuffer buffer);