diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 0096ed672..7910f407f 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> |