Fix display issue for chat emotes.
This commit is contained in:
parent
817ebf3e29
commit
4ff7abb641
@ -294,7 +294,7 @@ twc_chat_print_message(struct t_twc_chat *chat,
|
|||||||
break;
|
break;
|
||||||
case TWC_MESSAGE_TYPE_ACTION:
|
case TWC_MESSAGE_TYPE_ACTION:
|
||||||
weechat_printf_tags(chat->buffer, tags,
|
weechat_printf_tags(chat->buffer, tags,
|
||||||
"%s%s %s",
|
"%s%s%s%s %s",
|
||||||
weechat_prefix("action"),
|
weechat_prefix("action"),
|
||||||
color, sender,
|
color, sender,
|
||||||
weechat_color("reset"), message);
|
weechat_color("reset"), message);
|
||||||
|
Loading…
Reference in New Issue
Block a user