1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 19:23:13 +02:00

doc: add example of hdata command with hotlist (relay protocol)

This commit is contained in:
Sébastien Helleu
2016-07-29 16:02:39 +02:00
parent 09c52755d1
commit 67ab00abe5
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -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]]
+3
View File
@@ -190,6 +190,9 @@ hdata buffer:gui_buffers(*)/lines/first_line(*)/data
# demander le nom complet du premier tampon
hdata buffer:gui_buffers full_name
# demander le contenu de la hotlist
hdata hotlist:gui_hotlist(*)
----
[[command_info]]
+4
View File
@@ -179,6 +179,7 @@ With older versions, nothing was returned.
例:
// TRANSLATION MISSING
----
# すべてのバッファを要求、"buffer" 型の hdata が返される
# それぞれのバッファについて "number" と "name" キーが返される
@@ -190,6 +191,9 @@ hdata buffer:gui_buffers(*)/lines/first_line(*)/data
# 最初のバッファの完全な名前を要求
hdata buffer:gui_buffers full_name
# request the hotlist content
hdata hotlist:gui_hotlist(*)
----
[[command_info]]