diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-17 17:53:07 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-17 17:53:07 +0100 |
commit | 1f76df2c203215b02b6c6e9983d7f587c9b3b375 (patch) | |
tree | ebdadc3fb6897daf58b69bb111e8c7bbfeeb7e90 /doc/en | |
parent | 16ae7e26638f4b115b217231fc35ff4f40d66c63 (diff) | |
download | weechat-1f76df2c203215b02b6c6e9983d7f587c9b3b375.zip |
doc: fix type of hdata sent with id "_buffer_line_added" in relay protocol
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_relay_protocol.en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_relay_protocol.en.txt b/doc/en/weechat_relay_protocol.en.txt index 81a40dc64..3890645eb 100644 --- a/doc/en/weechat_relay_protocol.en.txt +++ b/doc/en/weechat_relay_protocol.en.txt @@ -447,7 +447,7 @@ WeeChat reserved identifiers: | _buffer_title_changed | Buffer moved | buffer | 'number' (integer), 'full_name' (string), 'title' (string) -| _buffer_line_added | Line added in buffer | line_data | +| _buffer_line_added | Line added in buffer | line | 'buffer' (pointer), 'date' (time), 'displayed' (char), 'prefix' (string), 'message' (string) |