1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

irc: fix colors 14 and 15 in /help irc.color.mirc_remap (closes #1266)

This commit is contained in:
Sébastien Helleu
2018-10-14 20:38:14 +02:00
parent 8d1dcb666a
commit d07701dae6
14 changed files with 47 additions and 43 deletions
+2 -2
View File
@@ -3128,8 +3128,8 @@ irc_config_init ()
"\"darkgray\" and black on blue to \"white,blue\"; default "
"WeeChat colors for IRC codes: 0=white, 1=black, 2=blue, 3=green, "
"4=lightred, 5=red, 6=magenta, 7=brown, 8=yellow, 9=lightgreen, "
"10=cyan, 11=lightcyan, 12=lightblue, 13=lightmagenta, 14=gray, "
"15=white"),
"10=cyan, 11=lightcyan, 12=lightblue, 13=lightmagenta, "
"14=darkgray, 15=gray"),
NULL, 0, 0, "1,-1:darkgray", NULL, 0,
NULL, NULL, NULL,
&irc_config_change_color_mirc_remap, NULL, NULL,