From e8be4f62af4654aa3f31cc7e99dbc4c845a55915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 16 Sep 2019 20:58:12 +0200 Subject: core: mention possible background color in /help weechat.look.nick_color_force --- src/core/wee-config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/wee-config.c') diff --git a/src/core/wee-config.c b/src/core/wee-config.c index cfde1bdb3..e1cecc7ee 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -3230,7 +3230,8 @@ config_weechat_init_options () "to find color will not be used for these nicks (format is: " "\"nick1:color1;nick2:color2\"); look up for nicks is with " "exact case then lower case, so it's possible to use only lower " - "case for nicks in this option"), + "case for nicks in this option; color can include background with " + "the format \"text,background\", for example \"yellow,red\""), NULL, 0, 0, "", NULL, 0, NULL, NULL, NULL, &config_change_look_nick_color_force, NULL, NULL, -- cgit v1.2.3