X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/625ccd4e28eb61b229663b3dc531a649762012bb..2a4ca4f5366334e265a218563985abd4860b5d02:/src/hash.h diff --git a/src/hash.h b/src/hash.h index 86ff6b2..af76748 100644 --- a/src/hash.h +++ b/src/hash.h @@ -159,6 +159,10 @@ enum Priv { PRIV_FORCE_LOCAL_OPMODE, /**< can hack modes on quarantined local channels */ PRIV_CHECK, /**< oper can use CHECK */ PRIV_SEE_SECRET_CHAN, /**< oper can see +s channels in whois */ + PRIV_WHOIS_NOTICE, /**< oper can set/unset user mode +W */ + PRIV_HIDE_IDLE, /**< oper can set/unset user mode +I */ + PRIV_XTRAOP, /**< oper can set/unset user mode +X */ + PRIV_HIDE_CHANNELS, /**< oper can set/unset user mode +n */ PRIV_LAST_PRIV /**< number of privileges */ };