diff options
author | Peter Powell <petpow@saberuk.com> | 2019-04-04 15:09:23 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-04-04 15:11:24 +0100 |
commit | cbb6b376c781024534d4ece31a4b5296894d7390 (patch) | |
tree | 6ffad59f6349003d86dcb9356f54b49f39fef7ae /docs/conf/opers.conf.example | |
parent | b00451a85cfc5d26bbfbd7bb903071f3bba91c9c (diff) |
Use a consistent naming scheme for operator privileges.
- users/callerid-override is now users/ignore-callerid.
- users/privdeaf-override is now users/ignore-privdeaf.
Diffstat (limited to 'docs/conf/opers.conf.example')
-rw-r--r-- | docs/conf/opers.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf/opers.conf.example b/docs/conf/opers.conf.example index 62e2399e6..685a252ca 100644 --- a/docs/conf/opers.conf.example +++ b/docs/conf/opers.conf.example @@ -30,13 +30,13 @@ # - channels/ignore-noctcp: allows opers with this priv to send a CTCP to a +C channel. # - channels/ignore-nonicks: allows opers with this priv to change their nick when on a +N channel. # - channels/restricted-create: allows opers with this priv to create channels if the restrictchans module is loaded. + # - users/flood/increased-buffers: allows opers with this priv to send and receive data without worrying about being disconnected for exceeding limits (*NOTE). # - users/flood/no-fakelag: prevents opers from being penalized with fake lag for flooding (*NOTE). # - users/flood/no-throttle: allows opers with this priv to send commands without being throttled (*NOTE). - # - users/flood/increased-buffers: allows opers with this priv to send and receive data without worrying about being disconnected for exceeding limits (*NOTE). - # - users/callerid-override: allows opers with this priv to message people using callerid without being on their callerid list. + # - users/ignore-callerid: allows opers with this priv to message people using callerid without being on their callerid list. # - users/ignore-commonchans: allows opers with this priv to send a message to a +c user without sharing common channels. # - users/ignore-noctcp: allows opers with this priv to send a CTCP to a +T user. - # - users/privdeaf-override: allows opers with this priv to message users with +D set. + # - users/ignore-privdeaf: allows opers with this priv to message users with +D set. # - users/sajoin-others: allows opers with this priv to /SAJOIN users other than themselves. # - servers/use-disabled-commands: allows opers with this priv to use disabled commands. # - servers/use-disabled-modes: allows opers with this priv to use disabled modes. |