diff options
author | Andrew Potter <agpotter@gmail.com> | 2013-03-25 09:05:36 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-25 09:05:36 +0100 |
commit | fe512fdd33855cab3f4034f648ebc5221db8cdd5 (patch) | |
tree | abb4aa7b3b238fd5e6fc052ee14f4ab583e22a3d /doc/ja/autogen/user/xfer_options.txt | |
parent | 1871a774f3248d4be4f273c531a89fd376e53a7a (diff) | |
download | weechat-fe512fdd33855cab3f4034f648ebc5221db8cdd5.zip |
xfer: add option xfer.file.auto_accept_nicks (patch #7962)
Diffstat (limited to 'doc/ja/autogen/user/xfer_options.txt')
-rw-r--r-- | doc/ja/autogen/user/xfer_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/xfer_options.txt b/doc/ja/autogen/user/xfer_options.txt index e5453cb15..40ffdbac7 100644 --- a/doc/ja/autogen/user/xfer_options.txt +++ b/doc/ja/autogen/user/xfer_options.txt @@ -53,6 +53,11 @@ ** タイプ: ブール ** 値: on, off (デフォルト値: `off`) +* [[option_xfer.file.auto_accept_nicks]] *xfer.file.auto_accept_nicks* +** 説明: `comma-separated list of nicks for which the incoming files and chats are automatically accepted; format is "server.nick" (for a specific server) or "nick" (for all servers); example: "freenode.FlashCode,andrew"` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `""`) + * [[option_xfer.file.auto_rename]] *xfer.file.auto_rename* ** 説明: `既に存在する場合、受信ファイルをリネームする (".1"、".2"、...を追加)` ** タイプ: ブール |