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

irc: fix help of option irc.color.mirc_remap

This commit is contained in:
Sebastien Helleu
2012-04-03 21:31:15 +02:00
parent 8c03f8dee4
commit 8bc6c1363b
16 changed files with 61 additions and 56 deletions
+2 -2
View File
@@ -2365,8 +2365,8 @@ irc_config_init ()
N_("remap mirc colors in messages using a hashtable: keys are \"fg,bg\" "
"as integers between -1 (not specified) and 15, values are WeeChat "
"color names or numbers (format is: \"1,-1:color1;2,7:color2\"), "
"example: \"1,-1:darkgray;1,2:white,blue\" to remap black on any bg "
"to \"darkgray\" and black on blue to \"white,blue\"; default "
"example: \"1,-1:darkgray;1,2:white,blue\" to remap black to "
"\"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, "