From 608ec9f4834630a2a73a8d0292883cf6dd837622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 20 Aug 2019 21:20:33 +0200 Subject: core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash (issue #1394) --- doc/pl/autogen/user/weechat_options.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/pl/autogen') 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* -- cgit v1.2.3