diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-03-31 19:52:43 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-03-31 19:52:43 +0200 |
commit | 8de053ee389e9c66d4a9270083e8d965c309e107 (patch) | |
tree | c0c88c8e04af0036c08230a36e49bbdb107a863e /docs/conf/opers.conf.example | |
parent | ee4289a9b6984ee644c7ace4cb1fde647b5248ab (diff) |
Minor update to example configs
Diffstat (limited to 'docs/conf/opers.conf.example')
-rw-r--r-- | docs/conf/opers.conf.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf/opers.conf.example b/docs/conf/opers.conf.example index 6e82e07d9..1e5abefa5 100644 --- a/docs/conf/opers.conf.example +++ b/docs/conf/opers.conf.example @@ -25,13 +25,12 @@ # ACTIONS: # - 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. - # - channels/set-permanent: allows opers with this priv to set +P on channels with m_permchannels. # PERMISSIONS: # - 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 recieve data without worrying about being disconnected for exceeding limits (*NOTE) # # *NOTE: These privs are potantially dangerous, as they grant users with them the ability to hammer your server's CPU/RAM as much as they want, essentially. - privs="users/auspex channels/auspex servers/auspex users/mass-message channels/high-join-limit channels/set-permanent users/flood/no-throttle users/flood/increased-buffers" + privs="users/auspex channels/auspex servers/auspex users/mass-message channels/high-join-limit users/flood/no-throttle users/flood/increased-buffers" # usermodes: Oper-only usermodes that opers with this class can use. usermodes="*" |