summaryrefslogtreecommitdiff
path: root/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/client.h')
-rw-r--r--include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/client.h b/include/client.h
index c8555a5..9fee4fd 100644
--- a/include/client.h
+++ b/include/client.h
@@ -265,6 +265,7 @@ struct Client
#define CAP_MULTI_PREFIX 0x00000001
+#define CAP_AWAY_NOTIFY 0x00000002
#define HasCap(x, y) ((x)->localClient->cap_active & (y))