summaryrefslogtreecommitdiff
path: root/src/plugins/relay
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-03-06 12:05:33 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-03-06 12:05:33 +0100
commitd495c419197c670e8649853b580e39fff0162617 (patch)
tree24b3324fe38c11f8c3867161be33fa73a4b237aa /src/plugins/relay
parent39787d483ad96095cfec440fada866526ff8a42d (diff)
downloadweechat-d495c419197c670e8649853b580e39fff0162617.zip
relay: add "date_printed" and "highlight" in signal "_buffer_line_added" (WeeChat protocol)
Diffstat (limited to 'src/plugins/relay')
-rw-r--r--src/plugins/relay/weechat/relay-weechat-protocol.c4
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);
}