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 18:51:54 -0400
committerTingPing <tingping@tingping.se>2013-04-03 18:51:54 -0400
commit496ed18e85147a167a2841e078e974e988eeb006 (patch)
tree9c71c5cd5075393b2e832d0ab85e9fe4d97363ae /src/common/hexchat.h
parent86cf7de430ce9d1d255ec82476aca5ffd5146dd9 (diff)
Add MONITOR 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 958228ff..06bd3d4d 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -587,6 +587,7 @@ typedef struct server
 	unsigned int reconnect_away:1;	/* whether to reconnect in is_away state */
 	unsigned int dont_use_proxy:1;	/* to proxy or not to proxy */
 	unsigned int supports_watch:1;	/* supports the WATCH command */
+	unsigned int supports_monitor:1;	/* supports the MONITOR 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;