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/en | |
parent | 1871a774f3248d4be4f273c531a89fd376e53a7a (diff) | |
download | weechat-fe512fdd33855cab3f4034f648ebc5221db8cdd5.zip |
xfer: add option xfer.file.auto_accept_nicks (patch #7962)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/xfer_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/xfer_options.txt b/doc/en/autogen/user/xfer_options.txt index 12c35b67d..d9c8a23f8 100644 --- a/doc/en/autogen/user/xfer_options.txt +++ b/doc/en/autogen/user/xfer_options.txt @@ -53,6 +53,11 @@ ** type: boolean ** values: on, off (default value: `off`) +* [[option_xfer.file.auto_accept_nicks]] *xfer.file.auto_accept_nicks* +** description: `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"` +** type: string +** values: any string (default value: `""`) + * [[option_xfer.file.auto_rename]] *xfer.file.auto_rename* ** description: `rename incoming files if already exists (add ".1", ".2", ...)` ** type: boolean |