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/conf/modules.conf.example | |
parent | 0bf71e271b00a2a4c87c0fd5bf04f2d8dad167d3 (diff) |
Added RMODE command per suggestion #479
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 7 |
1 files changed, 7 insertions, 0 deletions
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. |