diff options
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r-- | src/common/inbound.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c index da2cb34c..b5842b3f 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -1367,9 +1367,6 @@ inbound_banlist (session *sess, time_t stamp, char *chan, char *mask, char *bann if (!fe_add_ban_list (sess, mask, banner, time_str, rplcode)) { nowindow: - /* let proto-irc.c do the 'goto def' for exemptions */ - if (rplcode != 367) /* RPL_EXCEPTLIST */ - return FALSE; EMIT_SIGNAL (XP_TE_BANLIST, sess, chan, mask, banner, time_str, 0); return TRUE; |