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