summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorDiogo Sousa <diogogsousa@gmail.com>2013-06-23 16:24:30 +0100
committerDiogo Sousa <diogogsousa@gmail.com>2013-06-28 16:07:24 +0100
commit4057b7dd5852575a415cca8f465b4d419dcbdf9d (patch)
treecd313a8c1d00582e89d69c1ec4e51b780a3d294d /src/common/hexchat.h
parentd1725e3f443f0133c113f417b6a594f79c6831e7 (diff)
Now inbound_cap_ls() can enable extensions when a bouncer uses a namespace for
the extension server-time.
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 1a759f14..ca9f9c44 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -593,6 +593,7 @@ typedef struct server
 	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_server_time:1;	/* cap server-time */
 	unsigned int have_sasl:1;		/* SASL capability */
 	unsigned int have_except:1;	/* ban exemptions +e */
 	unsigned int have_invite:1;	/* invite exemptions +I */