diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-29 14:26:30 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-29 14:26:30 +0200 |
commit | 4a41625989e02cd194938e580923b484e0bd4a0f (patch) | |
tree | 46c78a9c0346bb2504916810002d09f3a2b0b27a /doc/it/includes | |
parent | a9b976274e9cad44151128d8d228e6989ba2f813 (diff) | |
download | weechat-4a41625989e02cd194938e580923b484e0bd4a0f.zip |
irc: add variable "${target}" (target nick) in commands /kick and /kickban
Diffstat (limited to 'doc/it/includes')
-rw-r--r-- | doc/it/includes/autogen_user_commands.it.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc index d89088c2d..93e11095f 100644 --- a/doc/it/includes/autogen_user_commands.it.adoc +++ b/doc/it/includes/autogen_user_commands.it.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 "*". |