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 /doc/en/weechat_relay_protocol.en.txt | |
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 'doc/en/weechat_relay_protocol.en.txt')
-rw-r--r-- | doc/en/weechat_relay_protocol.en.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/weechat_relay_protocol.en.txt b/doc/en/weechat_relay_protocol.en.txt index 2d8e7ece5..3884840eb 100644 --- a/doc/en/weechat_relay_protocol.en.txt +++ b/doc/en/weechat_relay_protocol.en.txt @@ -474,7 +474,8 @@ WeeChat reserved identifiers: | _buffer_line_added | Line added in buffer | line | 'buffer' (pointer), 'date' (time), 'date_printed' (time), 'displayed' (char), - 'highlight' (char), 'prefix' (string), 'message' (string) | + 'highlight' (char), 'tags_array' (array of strings), 'prefix' (string), + 'message' (string) | Display line in buffer | _buffer_closing | Buffer closing | buffer | |