aboutsummaryrefslogtreecommitdiffstats
path: root/src/idle.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/idle.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/idle.h b/src/idle.h
index 52adc4d6e..0156933c0 100644
--- a/src/idle.h
+++ b/src/idle.h
@@ -53,6 +53,12 @@ enum {
/** a database update has started or finished. */
IDLE_UPDATE = 0x100,
+
+ /** a client has subscribed or unsubscribed to/from a channel */
+ IDLE_SUBSCRIPTION = 0x200,
+
+ /** a message on the subscribed channel was receivedd */
+ IDLE_MESSAGE = 0x400,
};
/**