command: added command "sticker find"

This command allows clients to search for stickers with a specified
name.
This commit is contained in:
Max Kellermann
2009-04-01 18:53:02 +02:00
parent c95fa4b441
commit e720b5bdf8
2 changed files with 60 additions and 0 deletions

View File

@@ -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>