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/it | |
parent | 1871a774f3248d4be4f273c531a89fd376e53a7a (diff) | |
download | weechat-fe512fdd33855cab3f4034f648ebc5221db8cdd5.zip |
xfer: add option xfer.file.auto_accept_nicks (patch #7962)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/xfer_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/it/autogen/user/xfer_options.txt b/doc/it/autogen/user/xfer_options.txt index 918cdad63..deaae7e48 100644 --- a/doc/it/autogen/user/xfer_options.txt +++ b/doc/it/autogen/user/xfer_options.txt @@ -53,6 +53,11 @@ ** tipo: bool ** valori: on, off (valore predefinito: `off`) +* [[option_xfer.file.auto_accept_nicks]] *xfer.file.auto_accept_nicks* +** descrizione: `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"` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `""`) + * [[option_xfer.file.auto_rename]] *xfer.file.auto_rename* ** descrizione: `rinomina i file in ingresso se esistenti (aggiunge ".1", ".2", ...)` ** tipo: bool |