summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-12-17 17:53:07 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-12-17 17:53:07 +0100
commit1f76df2c203215b02b6c6e9983d7f587c9b3b375 (patch)
treeebdadc3fb6897daf58b69bb111e8c7bbfeeb7e90 /doc/en
parent16ae7e26638f4b115b217231fc35ff4f40d66c63 (diff)
downloadweechat-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.txt2
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)