diff options
-rw-r--r-- | conf/opers.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/opers.conf.example b/conf/opers.conf.example index 143544521..898a318c7 100644 --- a/conf/opers.conf.example +++ b/conf/opers.conf.example @@ -23,8 +23,8 @@ # - users/auspex: allows opers with this priv to view more details about users than normal users. # - servers/auspex: allows opers with this priv to see more detail about server information than normal users. # ACTIONS - # - users/mass-message: allows users with this priv to PRIVMSG and NOTICE to a server mask (e.g. NOTICE $*) - # - channels/high-join-limit: allows users with this priv to join a higher maximum number of channels + # - users/mass-message: allows opers with this priv to PRIVMSG and NOTICE to a server mask (e.g. NOTICE $*) + # - channels/high-join-limit: allows opers with this priv to join <channels:opers> total channels instead of <channels:users> total channels. privs="users/auspex channels/auspex servers/auspex users/mass-message channels/high-join-limit" # usermodes: Oper-only usermodes that opers with this class can use. |