Author: Ghostwolf <foxxe@wtfs.net>
[ircu2.10.12-pk.git] / include / msg.h
index 66c5bb5739621ecf1e325c1728a2b2802a9c2c80..878ebb9831d367735e96e5ca020151de2a9975ec 100644 (file)
@@ -154,6 +154,10 @@ struct Client;
 #define TOK_WALLOPS             "WA"
 #define CMD_WALLOPS            MSG_WALLOPS, TOK_WALLOPS
 
+#define MSG_WALLUSERS           "WALLUSERS"     /* WALL */
+#define TOK_WALLUSERS           "WU"
+#define CMD_WALLUSERS          MSG_WALLUSERS, TOK_WALLUSERS
+
 #define MSG_DESYNCH             "DESYNCH"       /* DESY */
 #define TOK_DESYNCH             "DS"
 #define CMD_DESYNCH            MSG_DESYNCH, TOK_DESYNCH
@@ -322,6 +326,10 @@ struct Client;
 #define TOK_CLEARMODE           "CM"
 #define CMD_CLEARMODE          MSG_CLEARMODE, TOK_CLEARMODE
 
+#define MSG_ACCOUNT            "ACCOUNT"       /* ACCO */
+#define TOK_ACCOUNT            "AC"
+#define CMD_ACCOUNT            MSG_ACCOUNT, TOK_ACCOUNT
+
 #define MSG_POST                "POST"          /* POST */
 #define TOK_POST                "POST"