From 7acb4ced207da7308d471a4ca434ce1cc7b9e9cb Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sun, 26 Jan 2014 13:39:10 +0100 Subject: Add m_clearchan which removes users from a channel without sending n*(n+1)/2 QUIT messages --- docs/conf/helpop-full.conf.example | 12 +++++++++++- docs/conf/helpop.conf.example | 2 +- docs/conf/modules.conf.example | 5 +++++ docs/conf/opers.conf.example | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) (limited to 'docs') 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."> + + ###################### # User/Channel Modes # ###################### diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 6d6a81719..8042970bb 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -61,7 +61,7 @@ SAJOIN SAPART SAMODE SATOPIC SAKICK KILL SAQUIT GLINE ZLINE QLINE KLINE RLINE ELINE CBAN SHUN -FILTER +FILTER CLEARCHAN CONNECT SQUIT RCONNECT RSQUIT diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 672bcb9d0..d23b7f65f 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -456,6 +456,11 @@ # To use, CHGNAME must be in one of your oper class blocks. # +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Clear chan module: Allows opers to masskick, masskill or mass-G/ZLine +# all users on a channel using /CLEARCHAN. +# + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Cloaking module: Adds usermode +x and cloaking support. # Relies on the module m_md5.so being loaded. 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="*"> - + -- cgit v1.2.3