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