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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user