1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

core: add comments in function to print a line

This commit is contained in:
Sébastien Helleu
2018-08-15 12:17:42 +02:00
parent 7b0cced319
commit 8c47ca6926
+3
View File
@@ -812,7 +812,10 @@ gui_chat_printf_date_tags_internal (struct t_gui_buffer *buffer,
}
}
/* add line in the buffer */
gui_line_add (new_line);
/* run hook_print for the new line */
if (new_line->data->buffer && buffer->print_hooks_enabled)
hook_print_exec (new_line->data->buffer, new_line);