diff options
Diffstat (limited to 'src/plugins/relay')
-rw-r--r-- | src/plugins/relay/weechat/relay-weechat-protocol.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/relay/weechat/relay-weechat-protocol.c b/src/plugins/relay/weechat/relay-weechat-protocol.c index 025e7f063..304bca743 100644 --- a/src/plugins/relay/weechat/relay-weechat-protocol.c +++ b/src/plugins/relay/weechat/relay-weechat-protocol.c @@ -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); } |