aboutsummaryrefslogtreecommitdiff
path: root/doc/protocol.xml
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-04-01 18:53:02 +0200
committerMax Kellermann <max@duempel.org>2009-04-01 18:53:02 +0200
commite720b5bdf8c9943d31f217dd52555f824be5d733 (patch)
treecfb1fabaf41570305b6eb9b4cfe2d42cd87269a2 /doc/protocol.xml
parentc95fa4b441a445bcbe55707e74adfa22e783f732 (diff)
command: added command "sticker find"
This command allows clients to search for stickers with a specified name.
Diffstat (limited to 'doc/protocol.xml')
-rw-r--r--doc/protocol.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index 0096ed67..7910f407 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -1288,6 +1288,25 @@ OK
</para>
</listitem>
</varlistentry>
+ <varlistentry id="command_sticker_find">
+ <term>
+ <cmdsynopsis>
+ <command>sticker</command>
+ <arg choice="plain">find</arg>
+ <arg choice="req"><replaceable>TYPE</replaceable></arg>
+ <arg choice="req"><replaceable>URI</replaceable></arg>
+ <arg choice="req"><replaceable>NAME</replaceable></arg>
+ </cmdsynopsis>
+ </term>
+ <listitem>
+ <para>
+ Searches the sticker database for stickers with the
+ specified name, below the specified directory (URI).
+ For each matching song, it prints the URI and that one
+ sticker's value.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</section>