Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / msg.h
index 66c5bb5739621ecf1e325c1728a2b2802a9c2c80..a41acc13ab90bdb75c6965372aad53f4e2beda23 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