summaryrefslogtreecommitdiff
path: root/doc/pl/autogen
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-08-20 21:20:33 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-08-20 21:20:33 +0200
commit608ec9f4834630a2a73a8d0292883cf6dd837622 (patch)
tree039291c39886fdc81fb8aa0c7c97ff03c66fda95 /doc/pl/autogen
parent21dca71ee06d8fe4897f1348ce10ac483d8bcc5c (diff)
downloadweechat-608ec9f4834630a2a73a8d0292883cf6dd837622.zip
core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash (issue #1394)
Diffstat (limited to 'doc/pl/autogen')
-rw-r--r--doc/pl/autogen/user/weechat_options.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pl/autogen/user/weechat_options.adoc b/doc/pl/autogen/user/weechat_options.adoc
index 38ff119f2..4e7373e70 100644
--- a/doc/pl/autogen/user/weechat_options.adoc
+++ b/doc/pl/autogen/user/weechat_options.adoc
@@ -921,9 +921,9 @@
** domyślna wartość: `+""+`
* [[option_weechat.look.nick_color_hash]] *weechat.look.nick_color_hash*
-** opis: pass:none[algorytm haszujący używany do znalezienia koloru dla nicka: djb2 = odmiana djb2 (pozycja liter ma znaczenie: anagramy nicka mają różne kolory), sum = suma liter]
+** opis: pass:none[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), djb2_32 = variant of djb2 using 32-bit instead of 64-bit integer, sum = sum of letters, sum_32 = sum of letters using 32-bit instead of 64-bit integer]
** typ: liczba
-** wartości: djb2, sum
+** wartości: djb2, sum, djb2_32, sum_32
** domyślna wartość: `+djb2+`
* [[option_weechat.look.nick_color_stop_chars]] *weechat.look.nick_color_stop_chars*