summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-04-03 17:10:09 -0400
committerTingPing <tingping@tingping.se>2013-04-03 17:10:09 -0400
commitb4c8d53394d11ecd39826e284cf6b57e98528d08 (patch)
treeee4ecfcb0cc6653a1031863bce17f0916354c996 /src/common/hexchat.h
parent4c217d4ba35808f84099f705524399e703d09df7 (diff)
Support account-notify and extended-join capabilities
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index 3e07ec4e..958228ff 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -593,6 +593,8 @@ typedef struct server
 	unsigned int have_uhnames:1;
 	unsigned int have_whox:1;		/* have undernet's WHOX features */
 	unsigned int have_idmsg:1;		/* freenode's IDENTIFY-MSG */
+	unsigned int have_accnotify:1; /* cap account-notify */
+	unsigned int have_extjoin:1;	/* cap extended-join */
 	unsigned int have_sasl:1;		/* SASL capability */
 	unsigned int have_except:1;	/* ban exemptions +e */
 	unsigned int have_invite:1;	/* invite exemptions +I */