diff options
author | Adrian Bjugård <adrian@qng.se> | 2019-04-13 20:36:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-04-13 20:36:41 +0200 |
commit | 0b5bff9ef5cdb6319bb9e5aff1a70ba563a5b94e (patch) | |
tree | c809894efd0fb0f57649e5c3bd8bfa15e3a99f0e /doc/it | |
parent | 36fc3fdc3b17c71d5d12ba6e8aebd5199aaed6cc (diff) | |
download | weechat-0b5bff9ef5cdb6319bb9e5aff1a70ba563a5b94e.zip |
core: add option weechat.look.prefix_same_nick_middle (closes #930, closes #931)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_options.adoc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_options.adoc b/doc/it/autogen/user/weechat_options.adoc index 758c5ad5b..c8e1b02bf 100644 --- a/doc/it/autogen/user/weechat_options.adoc +++ b/doc/it/autogen/user/weechat_options.adoc @@ -1053,7 +1053,13 @@ ** valore predefinito: `+"<--"+` * [[option_weechat.look.prefix_same_nick]] *weechat.look.prefix_same_nick* -** descrizione: pass:none[prefisso mostrato per un messaggio con lo stesso nick del messaggio precedente: usare uno spazio " " per nascondere il prefisso, un'altra stringa per mostrare la stringa invece del prefisso, o una stringa vuota per disabilitare questa funzionalità (mostra prefisso)] +** descrizione: pass:none[prefix displayed for a message with same nick as previous but not next message: use a space " " to hide prefix, another string to display this string instead of prefix, or an empty string to disable feature (display prefix)] +** tipo: stringa +** valori: qualsiasi stringa +** valore predefinito: `+""+` + +* [[option_weechat.look.prefix_same_nick_middle]] *weechat.look.prefix_same_nick_middle* +** descrizione: pass:none[prefix displayed for a message with same nick as previous and next message: use a space " " to hide prefix, another string to display this string instead of prefix, or an empty string to disable feature (display prefix)] ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+""+` |