fixed weechat_printf_date_tags call for weechat 1.6 API

This commit is contained in:
Gordon Quad 2016-12-03 04:37:41 +00:00
parent f22cf92146
commit fa77a3084e
1 changed files with 2 additions and 2 deletions

View File

@ -287,13 +287,13 @@ twc_chat_print_message(struct t_twc_chat *chat,
switch (message_type) switch (message_type)
{ {
case TWC_MESSAGE_TYPE_MESSAGE: case TWC_MESSAGE_TYPE_MESSAGE:
weechat_printf_tags(chat->buffer, tags, weechat_printf_date_tags(chat->buffer, 0, tags,
"%s%s%s\t%s", "%s%s%s\t%s",
color, sender, color, sender,
weechat_color("reset"), message); weechat_color("reset"), message);
break; break;
case TWC_MESSAGE_TYPE_ACTION: case TWC_MESSAGE_TYPE_ACTION:
weechat_printf_tags(chat->buffer, tags, weechat_printf_date_tags(chat->buffer, 0, tags,
"%s%s%s%s %s", "%s%s%s%s %s",
weechat_prefix("action"), weechat_prefix("action"),
color, sender, color, sender,