summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorRichard Hitt <rbh00@f17.rbh00.pacbell.net>2013-03-21 12:05:42 -0700
committerRichard Hitt <rbh00@f17.rbh00.pacbell.net>2013-03-21 12:05:42 -0700
commitec576f315aacd314fd2688a553efb9a14761a2c5 (patch)
tree41f38be53105089f26c84f619024618635af2205 /src/common
parentf5631b2e2292adb90f0447a5a7eb0f7dece02d1c (diff)
Do an XP_TE_BANLIST only for ban, not exempt/invite/quiet
Diffstat (limited to 'src/common')
-rw-r--r--src/common/inbound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c
index f9083eaf..bd882aea 100644
--- a/src/common/inbound.c
+++ b/src/common/inbound.c
@@ -1294,7 +1294,7 @@ inbound_banlist (session *sess, time_t stamp, char *chan, char *mask, char *bann
 	{
 nowindow:
 		/* let proto-irc.c do the 'goto def' for exemptions */
-		if (rplcode == 348)	/* RPL_EXCEPTLIST */
+		if (rplcode != 367)	/* RPL_EXCEPTLIST */
 			return FALSE;
 
 		EMIT_SIGNAL (XP_TE_BANLIST, sess, chan, mask, banner, time_str, 0);