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/en/autogen/user | |
parent | fabd48cc6cc00527c10072297a62fbd8154251ed (diff) | |
download | weechat-5b629037721597f1978df4002bd9f9e4b46db553.zip |
core: set default value "djb2" for option weechat.look.nick_color_hash
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_options.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
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")` |