Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / client.h
index 3af00dd27928ca438b813dd3a6ff4bb7ae2bf1ba..91ceba1cfbb1a48512e41fd5a8327f001df9db57 100644 (file)
@@ -95,7 +95,9 @@ struct AuthRequest;
 #define PRIV_DISPLAY           25 /* "Is an oper" displayed */
 #define PRIV_SEE_OPERS         26 /* display hidden opers */
 
-#define PRIV_LAST_PRIV         26 /* must be the same as the last priv */
+#define PRIV_WIDE_GLINE                27 /* oper can set wider G-lines */
+
+#define PRIV_LAST_PRIV         27 /* must be the same as the last priv */
 
 #define _PRIV_NBITS            (8 * sizeof(unsigned long))