summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-11-25 21:36:42 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-11-25 21:38:58 +0100
commitb43ab911fd27f983a7f639c5efede59eb160a761 (patch)
tree087714918e9464d8d8a4ec3bc5891e7f19c5c546 /src/core
parent0044fa190256d9ab0ceb1fb140c6da4da115b56a (diff)
downloadweechat-b43ab911fd27f983a7f639c5efede59eb160a761.zip
core: add more info in /help weechat.look.nick_color_hash_salt (issue #635)
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-config.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index 11d399fd2..bd962d198 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -3250,8 +3250,9 @@ config_weechat_init_options ()
config_look_nick_color_hash_salt = config_file_new_option (
weechat_config_file, ptr_section,
"nick_color_hash_salt", "string",
- N_("salt to be used with the hash algorithm used for nick colors; "
- "modifying this shuffles nick colors"),
+ N_("salt for the hash algorithm used to find nick colors "
+ "(the nickname is appended to this salt and the hash algorithm "
+ "operates on this string); modifying this shuffles nick colors"),
NULL, 0, 0, "", NULL, 0,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
config_look_nick_color_stop_chars = config_file_new_option (