diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-07-29 16:02:39 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-07-29 16:02:39 +0200 |
commit | 67ab00abe523e6d9d7f103023519f25569337481 (patch) | |
tree | efa6138267e8cb79eda6cddbd8c914ba59c751d4 /doc/en | |
parent | 09c52755d1c4212276dbffe55e0cbbf360e21800 (diff) | |
download | weechat-67ab00abe523e6d9d7f103023519f25569337481.zip |
doc: add example of hdata command with hotlist (relay protocol)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_relay_protocol.en.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/weechat_relay_protocol.en.adoc b/doc/en/weechat_relay_protocol.en.adoc index 32534abb5..a36ecc6ef 100644 --- a/doc/en/weechat_relay_protocol.en.adoc +++ b/doc/en/weechat_relay_protocol.en.adoc @@ -182,6 +182,9 @@ hdata buffer:gui_buffers(*)/lines/first_line(*)/data # request full name of first buffer hdata buffer:gui_buffers full_name + +# request the hotlist content +hdata hotlist:gui_hotlist(*) ---- [[command_info]] |