From 20c86db0d8dfc67c34cd4a2ca178bc05e6e04866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 18 Jun 2016 08:49:35 +0200 Subject: api: remove functions printf_date() and printf_tags() --- src/plugins/irc/irc-input.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/plugins/irc/irc-input.c') diff --git a/src/plugins/irc/irc-input.c b/src/plugins/irc/irc-input.c index bd6e2c655..bad329b77 100644 --- a/src/plugins/irc/irc-input.c +++ b/src/plugins/irc/irc-input.c @@ -98,8 +98,9 @@ irc_input_user_message_display (struct t_gui_buffer *buffer, int action, ptr_text = (text_decoded) ? text_decoded : ((text2) ? text2 : text); if (action) { - weechat_printf_tags ( + weechat_printf_date_tags ( buffer, + 0, irc_protocol_tags ( "privmsg", str_tags, (ptr_nick) ? ptr_nick->name : ptr_server->nick, @@ -114,8 +115,9 @@ irc_input_user_message_display (struct t_gui_buffer *buffer, int action, } else { - weechat_printf_tags ( + weechat_printf_date_tags ( buffer, + 0, irc_protocol_tags ( "privmsg", str_tags, (ptr_nick) ? ptr_nick->name : ptr_server->nick, -- cgit v1.2.3