From 8de053ee389e9c66d4a9270083e8d965c309e107 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sun, 31 Mar 2013 19:52:43 +0200 Subject: Minor update to example configs --- docs/conf/opers.conf.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/conf/opers.conf.example') 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 total channels instead of 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="*" -- cgit v1.2.3