diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-23 12:02:43 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-23 12:02:43 +0200 |
commit | 51c1168ff38acfa3a81acb5ad09b2d3216bfed0f (patch) | |
tree | fe4805af5edfb9a826cb67164da6536f6dcbee3a /src | |
parent | e200dd0b4345409a3da61685183f2140d5e0700d (diff) | |
download | weechat-51c1168ff38acfa3a81acb5ad09b2d3216bfed0f.zip |
relay: add "tags_array" in data sent for message id "_buffer_line_added" (WeeChat protocol)
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/relay/weechat/relay-weechat-protocol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/relay/weechat/relay-weechat-protocol.c b/src/plugins/relay/weechat/relay-weechat-protocol.c index c21754d45..1ae66aee4 100644 --- a/src/plugins/relay/weechat/relay-weechat-protocol.c +++ b/src/plugins/relay/weechat/relay-weechat-protocol.c @@ -454,8 +454,8 @@ relay_weechat_protocol_signal_buffer_cb (void *data, const char *signal, (long unsigned int)ptr_line_data); relay_weechat_msg_add_hdata (msg, cmd_hdata, "buffer,date,date_printed," - "displayed,highlight,prefix," - "message"); + "displayed,highlight,tags_array," + "prefix,message"); relay_weechat_msg_send (ptr_client, msg); relay_weechat_msg_free (msg); } |