summaryrefslogtreecommitdiff
path: root/doc/it/includes
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-05-29 14:26:30 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-05-29 14:26:30 +0200
commit4a41625989e02cd194938e580923b484e0bd4a0f (patch)
tree46c78a9c0346bb2504916810002d09f3a2b0b27a /doc/it/includes
parenta9b976274e9cad44151128d8d228e6989ba2f813 (diff)
downloadweechat-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.adoc4
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 "*".