fixed propagation of user mode changes (user should ALWAYS be notified)
[ircu2.10.12-pk.git] / include / msg.h
index 9eb6572d06eb2642746ddd907d4123691360c9a6..f6151105ce11bfda46b944afc34bd1c362f503f5 100644 (file)
@@ -88,6 +88,10 @@ struct Client;
 #define TOK_INVITE              "I"
 #define CMD_INVITE             MSG_INVITE, TOK_INVITE
 
+#define MSG_UNINVITE            "UNINVITE"        /* INVI */
+#define TOK_UNINVITE            "UI"
+#define CMD_UNINVITE   MSG_UNINVITE, TOK_UNINVITE
+
 #define MSG_VERSION             "VERSION"       /* VERS */
 #define TOK_VERSION             "V"
 #define CMD_VERSION            MSG_VERSION, TOK_VERSION
@@ -336,6 +340,10 @@ struct Client;
 #define TOK_ACCOUNT            "AC"
 #define CMD_ACCOUNT            MSG_ACCOUNT, TOK_ACCOUNT
 
+#define MSG_RECOVER            "RECOVER"       /* RECOVER */
+#define TOK_RECOVER            "RC"
+#define CMD_RECOVER            MSG_RECOVER, TOK_RECOVER
+
 #define MSG_ZOMBIE             "ZOMBIE"        /* ZOMB */
 #define TOK_ZOMBIE             "ZO"
 #define CMD_ZOMBIE             MSG_ZOMBIE, TOK_ZOMBIE