diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-01-26 13:39:10 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-01-26 13:39:10 +0100 |
commit | 7acb4ced207da7308d471a4ca434ce1cc7b9e9cb (patch) | |
tree | 1a3c7598610d64cd500630e1f2a46cdeeef7347f /docs/conf/opers.conf.example | |
parent | 3fef0ed889eecb40b96a597924254560c81d4a09 (diff) |
Add m_clearchan which removes users from a channel without sending n*(n+1)/2 QUIT messages
Diffstat (limited to 'docs/conf/opers.conf.example')
-rw-r--r-- | docs/conf/opers.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/opers.conf.example b/docs/conf/opers.conf.example index a759622a4..b42f3129a 100644 --- a/docs/conf/opers.conf.example +++ b/docs/conf/opers.conf.example @@ -40,7 +40,7 @@ chanmodes="*"> <class name="ServerLink" commands="CONNECT SQUIT CONNECT MKPASSWD ALLTIME SWHOIS CLOSE JUMPSERVER LOCKSERV" usermodes="*" chanmodes="*" privs="servers/auspex"> -<class name="BanControl" commands="KILL GLINE KLINE ZLINE QLINE ELINE TLINE RLINE CHECK NICKLOCK SHUN CLONES CBAN" usermodes="*" chanmodes="*"> +<class name="BanControl" commands="KILL GLINE KLINE ZLINE QLINE ELINE TLINE RLINE CHECK NICKLOCK SHUN CLONES CBAN CLEARCHAN" usermodes="*" chanmodes="*"> <class name="OperChat" commands="WALLOPS GLOBOPS SETIDLE" usermodes="*" chanmodes="*" privs="users/mass-message"> <class name="HostCloak" commands="SETHOST SETIDENT SETNAME CHGHOST CHGIDENT" usermodes="*" chanmodes="*" privs="users/auspex"> |