1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

relay: add "date_printed" and "highlight" in signal "_buffer_line_added" (WeeChat protocol)

This commit is contained in:
Sebastien Helleu
2012-03-06 12:05:33 +01:00
parent 39787d483a
commit d495c41919
3 changed files with 8 additions and 4 deletions
@@ -449,7 +449,9 @@ relay_weechat_protocol_signal_buffer_cb (void *data, const char *signal,
"line_data:0x%lx",
(long unsigned int)ptr_line_data);
relay_weechat_msg_add_hdata (msg, cmd_hdata,
"buffer,date,displayed,prefix,message");
"buffer,date,date_printed,"
"displayed,highlight,prefix,"
"message");
relay_weechat_msg_send (ptr_client, msg, 0);
relay_weechat_msg_free (msg);
}