diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-04-14 17:14:10 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-04-14 17:14:10 +0200 |
commit | 78d46e846063dce850359fd1bcc04946828f3ecf (patch) | |
tree | dc5f65406f99644acee622cb5918330d58351455 /docs | |
parent | 978f2a26b5b7c0fd6c68114349134d78bb8af18a (diff) |
m_sajoin, m_sapart Support a comma separated list of channels
Issue #818
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index 7b819845f..3374dea34 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -521,13 +521,14 @@ The duration may be specified in seconds, or in the format 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours, 5 minutes and 6 seconds. All fields in this format are optional."> -<helpop key="sajoin" value="/SAJOIN [nick] [channel] +<helpop key="sajoin" value="/SAJOIN [<nick>] <channel>[,<channel>] -Forces the user to join the channel."> +Forces the user to join the channel(s). +If no nick is given, it joins the oper doing the /SAJOIN."> -<helpop key="sapart" value="/SAPART [nick] [channel] +<helpop key="sapart" value="/SAPART <nick> <channel>[,<channel>] -Forces the user to part the channel."> +Forces the user to part the channel(s)."> <helpop key="samode" value="/SAMODE [target] +/-[modes] {[parameters for modes]} |