1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

core: mention possible background color in /help weechat.look.nick_color_force

This commit is contained in:
Sébastien Helleu
2019-09-16 20:58:12 +02:00
parent ea0bdbab1b
commit e8be4f62af
20 changed files with 74 additions and 57 deletions
+2 -1
View File
@@ -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,