mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 00:33:13 +02:00
core: add signal "buffer_line_added"
This commit is contained in:
@@ -951,6 +951,9 @@ gui_line_add (struct t_gui_buffer *buffer, time_t date,
|
||||
}
|
||||
}
|
||||
|
||||
hook_signal_send ("buffer_line_added",
|
||||
WEECHAT_HOOK_SIGNAL_POINTER, new_line);
|
||||
|
||||
return new_line;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user