diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-30 15:22:30 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-30 15:22:30 +0200 |
commit | 466fed4f5bc8218e92b9e833e4a359a09b032fc1 (patch) | |
tree | c1c5640088391f5cf596e514ca21e8cd67a4c474 /doc/ja | |
parent | b21589944e08f886a4310fe73086ea2dd834737c (diff) | |
download | weechat-466fed4f5bc8218e92b9e833e4a359a09b032fc1.zip |
irc: add ${target} in help of server msg_kick option
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/includes/autogen_user_options.ja.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/includes/autogen_user_options.ja.adoc b/doc/ja/includes/autogen_user_options.ja.adoc index eb8d8527d..7c0c74ed0 100644 --- a/doc/ja/includes/autogen_user_options.ja.adoc +++ b/doc/ja/includes/autogen_user_options.ja.adoc @@ -2713,7 +2713,7 @@ ** デフォルト値: `+""+` * [[option_irc.server_default.msg_kick]] *irc.server_default.msg_kick* -** 説明: pass:none[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)] +** 説明: pass:none[default kick message used by commands "/kick" and "/kickban" (note: content is evaluated, see /help eval; special variables ${nick} (self nick), ${target} (target nick), ${channel} and ${server} are replaced by their values)] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+""+` |