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 --- src/core/wee-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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, -- cgit v1.2.3