1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

irc: add ${target} in help of server msg_kick option

This commit is contained in:
Sébastien Helleu
2021-05-30 15:22:30 +02:00
parent b21589944e
commit 466fed4f5b
20 changed files with 63 additions and 49 deletions
+2 -2
View File
@@ -2338,8 +2338,8 @@ irc_config_server_new_option (struct t_config_file *config_file,
N_("default kick message used by commands \"/kick\" and "
"\"/kickban\" "
"(note: content is evaluated, see /help eval; special "
"variables ${nick}, ${channel} and ${server} are replaced "
"by their values)"),
"variables ${nick} (self nick), ${target} (target nick), "
"${channel} and ${server} are replaced by their values)"),
NULL, 0, 0,
default_value, value,
null_value_allowed,