diff options
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/weechat_options.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_options.asciidoc b/doc/it/autogen/user/weechat_options.asciidoc index 44d532e63..639c2af6d 100644 --- a/doc/it/autogen/user/weechat_options.asciidoc +++ b/doc/it/autogen/user/weechat_options.asciidoc @@ -750,7 +750,7 @@ * [[option_weechat.look.nick_color_hash]] *weechat.look.nick_color_hash* ** descrizione: `hash algorithm used to find the color for a nick: djb2 = variant of djb2 (position of letters matters: anagrams of a nick have different color), sum = sum of letters` ** tipo: intero -** valori: djb2, sum (valore predefinito: `sum`) +** valori: djb2, sum (valore predefinito: `djb2`) * [[option_weechat.look.nick_color_stop_chars]] *weechat.look.nick_color_stop_chars* ** descrizione: `caratteri usati per interrompere il calcolo del colore con le lettere del nick (almeno un carattere al di fuori di questa lista deve essere nella lista prima di interromperlo) (esempio: nick "|nick|away" con "|" nei caratteri restituisce il colore del nick "|nick")` |