diff --git a/src/plugins/irc/irc-color.c b/src/plugins/irc/irc-color.c index 91a60ac93..f1f06eeec 100644 --- a/src/plugins/irc/irc-color.c +++ b/src/plugins/irc/irc-color.c @@ -160,6 +160,8 @@ irc_color_decode (const char *string, int keep_colors) (bg >= 0) ? irc_color_to_weechat[bg] : ""); strcat ((char *)out, weechat_color(str_color)); } + else + strcat ((char *)out, weechat_color("reset")); } break; default: