Improve the clean-up of outdated IAuth instances on rehash (SF bug #2789656).
[ircu2.10.12-pk.git] / include / msg.h
index cbcda92cdcf3afe8d5b35b829c96b486348d54f3..c9ded3a113e7e6e2ce610441983b8e73f5f21197 100644 (file)
@@ -353,7 +353,8 @@ struct Client;
 #define TOK_GET                        "GET"
 
 #define MSG_PRIVS              "PRIVS"         /* PRIV */
-#define TOK_PRIVS              "PRIVS"
+#define TOK_PRIVS              "PR"
+#define CMD_PRIVS               MSG_PRIVS, TOK_PRIVS
 
 #define MSG_CAP                        "CAP"
 #define TOK_CAP                        "CAP"