summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-04-06 07:29:50 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-04-06 07:29:50 +0200
commit5b629037721597f1978df4002bd9f9e4b46db553 (patch)
tree9f4f16fc67a63bded8a91a872082791858a01ddd /src/core
parentfabd48cc6cc00527c10072297a62fbd8154251ed (diff)
downloadweechat-5b629037721597f1978df4002bd9f9e4b46db553.zip
core: set default value "djb2" for option weechat.look.nick_color_hash
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index e17743090..44a38bf7e 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -3022,7 +3022,7 @@ config_weechat_init_options ()
N_("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"),
- "djb2|sum", 0, 0, "sum", NULL, 0,
+ "djb2|sum", 0, 0, "djb2", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
config_look_nick_color_stop_chars = config_file_new_option (
weechat_config_file, ptr_section,