diff options
author | Max Kellermann <max@duempel.org> | 2014-12-12 22:26:04 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-12 22:26:04 +0100 |
commit | 49968541fd1229a92e5eadbd037b051d3b6a87da (patch) | |
tree | b9972ecf8f26b1d6f787433b9cb50cc3bc2d5399 /doc | |
parent | cc143105b884bfcaa188c6e9f93babec5958ea87 (diff) |
sticker/Match: add inequality operators
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index e5567c91f..d56b09fdd 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -2155,6 +2155,11 @@ OK <para> Searches for stickers with the given value. </para> + + <para> + Other supported operators are: + "<function><</function>", "<function>></function>" + </para> </listitem> </varlistentry> </variablelist> |