highlight implemented

This commit is contained in:
Gordon Quad 2016-12-04 23:44:28 +00:00
parent 56c0c924ac
commit 043784e91d
3 changed files with 11 additions and 4 deletions

View file

@ -154,7 +154,7 @@ twc_message_queue_flush_friend(struct t_twc_profile *profile,
weechat_printf(friend_chat->buffer,
"%s%sFailed to send message: %s%s",
weechat_prefix("error"),
weechat_color("highlight"),
weechat_color("chat_highlight"),
err_str,
weechat_color("reset"));
}