From 9259442dbfbb51695a7f9c427da589fc1f92420d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 30 Jan 2022 11:41:06 +0100 Subject: core: add support of date and tags in messages displayed in buffers with free content, add function printf_y_date_tags (closes #1746) --- src/core/wee-command.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core/wee-command.c') diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 6d916f0a4..219c0400e 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -5170,10 +5170,10 @@ COMMAND_CALLBACK(print) { if (free_content) { - gui_chat_printf_y (ptr_buffer, y, - "%s%s", - (prefix) ? prefix : "", - text2); + gui_chat_printf_y_date_tags (ptr_buffer, y, date, tags, + "%s%s", + (prefix) ? prefix : "", + text2); } else { -- cgit v1.2.3