aboutsummaryrefslogtreecommitdiffstats
path: root/src/sticker/Match.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/sticker/Match.hxx')
-rw-r--r--src/sticker/Match.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sticker/Match.hxx b/src/sticker/Match.hxx
index f91e70b40..6165ffb84 100644
--- a/src/sticker/Match.hxx
+++ b/src/sticker/Match.hxx
@@ -26,6 +26,12 @@ enum class StickerOperator {
* "value" parameter is ignored (must be nullptr).
*/
EXISTS,
+
+ /**
+ * Matches if a sticker with the specified name and value
+ * exists.
+ */
+ EQUALS,
};
#endif