fixed weechat_printf_date_tags call for weechat 1.6 API
This commit is contained in:
parent
f22cf92146
commit
fa77a3084e
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user