diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index d1a3b347e..6017578bd 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -361,7 +361,7 @@ Examples: channel: channel name nick: nick - reason: reason (special variables $nick, $channel and $server are replaced by their value) + reason: reason (evaluated, see /help eval; special variables ${nick} (self nick), ${target} (target nick), ${channel} and ${server} are replaced by their values) ---- [[command_irc_kickban]] @@ -372,7 +372,7 @@ channel: channel name channel: channel name nick: nick - reason: reason (special variables $nick, $channel and $server are replaced by their value) + reason: reason (evaluated, see /help eval; special variables ${nick} (self nick), ${target} (target nick), ${channel} and ${server} are replaced by their values) It is possible to kick/ban with a mask, nick will be extracted from mask and replaced by "*". |