From 5b629037721597f1978df4002bd9f9e4b46db553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 6 Apr 2016 07:29:50 +0200 Subject: core: set default value "djb2" for option weechat.look.nick_color_hash --- doc/en/autogen/user/weechat_options.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/en/autogen/user') diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc index 031287de9..981aab97a 100644 --- a/doc/en/autogen/user/weechat_options.asciidoc +++ b/doc/en/autogen/user/weechat_options.asciidoc @@ -750,7 +750,7 @@ * [[option_weechat.look.nick_color_hash]] *weechat.look.nick_color_hash* ** description: `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` ** type: integer -** values: djb2, sum (default value: `sum`) +** values: djb2, sum (default value: `djb2`) * [[option_weechat.look.nick_color_stop_chars]] *weechat.look.nick_color_stop_chars* ** description: `chars used to stop in nick when computing color with letters of nick (at least one char outside this list must be in string before stopping) (example: nick "|nick|away" with "|" in chars will return color of nick "|nick")` -- cgit v1.2.3