diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-09 17:31:55 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-09 17:31:55 +0200 |
commit | 2a50f23e3d8b753dd341ff3a62c715de3c6d9705 (patch) | |
tree | 26660075c66ddb08559ad980ea094dc899939bc1 /doc/en | |
parent | 4b94b74990a1044a482fadd280ccd527dca98b9a (diff) | |
download | weechat-2a50f23e3d8b753dd341ff3a62c715de3c6d9705.zip |
doc: fix typo 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 23adc810c..50169c8fc 100644 --- a/doc/en/weechat_relay_protocol.en.txt +++ b/doc/en/weechat_relay_protocol.en.txt @@ -904,7 +904,7 @@ Data sent as hdata: | date | time | Date of message | date_printed | time | Date when WeeChat displayed message | displayed | char | 1 if message is displayed, 0 if message is filtered (hidden) -| highlight | char | 1 if line has a highlight, othersiwe 0 +| highlight | char | 1 if line has a highlight, otherwise 0 | tags_array | array of strings | List of tags for line | prefix | string | Prefix | message | string | Message |