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/helpop-full.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/helpop-full.conf.example')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index 6268ba9ca..c7d672107 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -373,7 +373,7 @@ SAJOIN SAPART SAMODE SATOPIC SAKICK KILL SAQUIT GLINE ZLINE QLINE KLINE RLINE ELINE CBAN SHUN -FILTER OJOIN +FILTER OJOIN CLEARCHAN CONNECT SQUIT RCONNECT RSQUIT @@ -754,6 +754,16 @@ Reloads the specified core command."> Closes all unregistered connections to the local server."> +<helpop key="clearchan" value="/CLEARCHAN <channel> [<KILL|KICK|G|Z>] [<reason>] + +Quits or kicks all non-opers from a channel, optionally G/Z-Lines them. +Useful for quickly nuking bot channels. + +The default method, KILL, simply disconnects the victims from the server, +while methods G and Z also add G/Z-Lines for all the targets. + +When used, the victims won't see each other getting kicked or quitting."> + ###################### # User/Channel Modes # ###################### |