diff options
author | Daniel Vassdal <shutter@canternet.org> | 2013-04-11 16:12:03 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-27 23:49:53 +0200 |
commit | 021c09faff4be2e37fa86b0fe3e61707ffddab27 (patch) | |
tree | db021df1dc4c329cf2ece57083ef737990077c48 /docs | |
parent | 0bf71e271b00a2a4c87c0fd5bf04f2d8dad167d3 (diff) |
Added RMODE command per suggestion #479
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 5 | ||||
-rw-r--r-- | docs/conf/modules.conf.example | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index ffd3761be..c972d04dd 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -97,6 +97,11 @@ Removes a user from a channel you specify. You must be at least a channel halfoperator to remove a user. A removed user will part with a message stating they were removed from the channel and by whom."> +<helpop key="rmode" value="/RMODE [channel] [modeletter] {[pattern]} + +Removes listmodes from a channel. +E.g. /RMODE #Chan b m:* will remove all mute extbans."> + <helpop key="fpart" value="/FPART [channel] [nick] {[reason]} This behaves identically to /REMOVE, the only difference is that that diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 6d0c2cbdb..d5a5d24c1 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1463,6 +1463,13 @@ # so that at least \s or [[:space:]] is available. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# RMODE module: Adds the /RMODE command +# Allows channel mods to remove list modes en masse. +# Syntax: /rmode <channel> <mode> [pattern] +# E.g. '/rmode #Channel b m:*' will remove all mute-extbans on the channel. +#<module name="m_rmode.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SAJOIN module: Adds the /SAJOIN command # This module is oper-only. # To use, SAJOIN must be in one of your oper class blocks. |