1
0
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:
Sebastien Helleu
2011-12-17 17:34:45 +01:00
parent bd3f554e02
commit f0b8181395
5 changed files with 14 additions and 0 deletions
+3
View File
@@ -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;
}