Define a privilege (off by default) that allows opers to use OPMODE
[ircu2.10.12-pk.git] / include / client.h
index 367a0f226f4c490d18c4f8dc7c4e1ab9769c2985..7b4179f65bac182c178fd307b4ccaa91564de22f 100644 (file)
@@ -125,6 +125,7 @@ enum Priv
     PRIV_LIST_CHAN, /**< oper can list secret channels */
     PRIV_FORCE_OPMODE, /**< can hack modes on quarantined channels */
     PRIV_FORCE_LOCAL_OPMODE, /**< can hack modes on quarantined local channels */
+    PRIV_APASS_OPMODE, /**< can hack modes +A/-A/+U/-U */
     PRIV_LAST_PRIV /**< number of privileges */
   };