Author: LordLuke <lordluke@undernet.org>
[ircu2.10.12-pk.git] / include / client.h
index 2e563456ff78727e269802120d5933a9a52c5e0e..ffbaf548d3ee04062c09b1a9279c26983e7171f2 100644 (file)
@@ -97,7 +97,9 @@ struct AuthRequest;
 
 #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_LIST_CHAN          28 /* oper can list secret channels */
+
+#define PRIV_LAST_PRIV         28 /* must be the same as the last priv */
 
 #define _PRIV_NBITS            (8 * sizeof(unsigned long))