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:
@@ -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]]
|
||||
|
||||
@@ -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]]
|
||||
|
||||
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user