diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-04-06 07:29:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-04-06 07:29:50 +0200 |
commit | 5b629037721597f1978df4002bd9f9e4b46db553 (patch) | |
tree | 9f4f16fc67a63bded8a91a872082791858a01ddd /doc/it/autogen | |
parent | fabd48cc6cc00527c10072297a62fbd8154251ed (diff) | |
download | weechat-5b629037721597f1978df4002bd9f9e4b46db553.zip |
core: set default value "djb2" for option weechat.look.nick_color_hash
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")` |