diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-11 13:50:38 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-11 13:50:38 +0100 |
commit | 36c9317077a468b89d430df71f1c77e838a77c30 (patch) | |
tree | 8a3e4fe0d87651aabbf2779a099e2d4763a7965d /doc/ja/autogen/user | |
parent | 39a8b9810b8bc62d3e4c912e4f55927a06473fe9 (diff) | |
download | weechat-36c9317077a468b89d430df71f1c77e838a77c30.zip |
irc: evaluate content of server option "usermode"
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/irc_options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/irc_options.adoc b/doc/ja/autogen/user/irc_options.adoc index 3a81f26df..3347e8956 100644 --- a/doc/ja/autogen/user/irc_options.adoc +++ b/doc/ja/autogen/user/irc_options.adoc @@ -618,7 +618,7 @@ ** 値: on, off (デフォルト値: `+on+`) * [[option_irc.server_default.usermode]] *irc.server_default.usermode* -** 説明: pass:none[usermode to set after connection to server and before executing command and the auto-join of channels; this option gives same result as defining a command "/mode $nick <mode>"] +** 説明: pass:none[usermode to set after connection to server and before executing command and the auto-join of channels; this option gives same result as defining a command "/mode $nick <mode>" (note: content is evaluated, see /help eval)] ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `+""+`) |