summary refs log tree commit diff stats
path: root/src/common/modes.c
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-03-21 15:02:32 -0700
committerTingPing <tngpng@gmail.com>2013-03-21 15:02:32 -0700
commitd37ef26104d3b302d983cf444595f8226e0bbb30 (patch)
tree41f38be53105089f26c84f619024618635af2205 /src/common/modes.c
parentc5404b8e25afdc30b5bcafdd2a21b169443e00cc (diff)
parentec576f315aacd314fd2688a553efb9a14761a2c5 (diff)
Merge pull request #459 from RichardHitt/banlist1
Redesign the Ban List window.  Closes #303, closes #342, closes #427
Diffstat (limited to 'src/common/modes.c')
-rw-r--r--src/common/modes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/modes.c b/src/common/modes.c
index 6caa46b9..7326b6fe 100644
--- a/src/common/modes.c
+++ b/src/common/modes.c
@@ -824,6 +824,10 @@ inbound_005 (server * serv, char *word[])
 #ifndef WIN32
 			serv->have_except = TRUE;
 #endif
+		} else if (strcmp (word[w], "INVEX") == 0)
+		{
+			/* supports mode letter +I, default channel invite */
+			serv->have_invite = TRUE;
 		} else if (strncmp (word[w], "ELIST=", 6) == 0)
 		{
 			/* supports LIST >< min/max user counts? */