diff options
author | Christine Dodrill <xena@yolo-swag.com> | 2015-12-20 19:28:46 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-20 19:28:46 +0100 |
commit | c3857e97cf3983e9854000ccca8d149f35776aad (patch) | |
tree | 3b05942a91d78da855e09ed240c0454cde83385d /src | |
parent | e60491f44299097ac698ce3657019f88fc5ffdae (diff) | |
download | weechat-c3857e97cf3983e9854000ccca8d149f35776aad.zip |
irc: add default color for +y mode prefix
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/irc/irc-config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index fa879e4f8..8d7ce0920 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -2893,8 +2893,8 @@ irc_config_init () "found, WeeChat will try with next modes received from server " "(\"PREFIX\"); a special mode \"*\" can be used as default color " "if no mode has been found in list)"), - NULL, 0, 0, "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;" - "v:yellow;*:lightblue", NULL, 0, NULL, NULL, + NULL, 0, 0, "y:lightred;q:lightred;a:lightcyan;o:lightgreen;" + "h:lightmagenta;v:yellow;*:lightblue", NULL, 0, NULL, NULL, &irc_config_change_color_nick_prefixes, NULL, NULL, NULL); irc_config_color_notice = weechat_config_new_option ( irc_config_file, ptr_section, |