summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/weechat_options.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/autogen/user/weechat_options.asciidoc')
-rw-r--r--doc/it/autogen/user/weechat_options.asciidoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_options.asciidoc b/doc/it/autogen/user/weechat_options.asciidoc
index 4960753f2..44d532e63 100644
--- a/doc/it/autogen/user/weechat_options.asciidoc
+++ b/doc/it/autogen/user/weechat_options.asciidoc
@@ -742,6 +742,21 @@
** tipo: intero
** valori: 1 .. 10000 (valore predefinito: `100`)
+* [[option_weechat.look.nick_color_force]] *weechat.look.nick_color_force*
+** descrizione: `force color for some nicks: hash computed with nickname to find color will not be used for these nicks (format is: "nick1:color1;nick2:color2"); look up for nicks is with exact case then lower case, so it's possible to use only lower case for nicks in this option`
+** tipo: stringa
+** valori: qualsiasi stringa (valore predefinito: `""`)
+
+* [[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`)
+
+* [[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")`
+** tipo: stringa
+** valori: qualsiasi stringa (valore predefinito: `"_|["`)
+
* [[option_weechat.look.nick_prefix]] *weechat.look.nick_prefix*
** descrizione: `testo da visualizzare prima del nick nel prefisso del messaggio, esempio: "<"`
** tipo: stringa