summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-03-12 02:21:18 -0400
committerTingPing <tingping@tingping.se>2013-03-12 02:21:18 -0400
commitbf0fb9f3275ab245b4f8f32ed87b482000b78243 (patch)
tree0f9e1a05794109455b6baa15d73d5ade18b48411 /src/common/hexchat.h
parentc76dedd9b9f7a15deaac01783bab2f2da225ebd6 (diff)
Add away-notify support
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index dfd2fd5a..4f5c82a8 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -569,6 +569,7 @@ typedef struct server
 	unsigned int supports_watch:1;	/* supports the WATCH command */
 	unsigned int bad_prefix:1;			/* gave us a bad PREFIX= 005 number */
 	unsigned int have_namesx:1;		/* 005 tokens NAMESX and UHNAMES */
+	unsigned int have_awaynotify:1;
 	unsigned int have_uhnames:1;
 	unsigned int have_whox:1;		/* have undernet's WHOX features */
 	unsigned int have_capab:1;		/* supports CAPAB (005 tells us) */