From 255233fce93d68207eed87e155420293e7d3a2e2 Mon Sep 17 00:00:00 2001 From: Ed Kellett Date: Sat, 17 Oct 2020 01:49:42 +0100 Subject: [PATCH] channel: tell extbans in +e they're exceptions --- ircd/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircd/channel.c b/ircd/channel.c index 4067dc42..fdf9c25a 100644 --- a/ircd/channel.c +++ b/ircd/channel.c @@ -571,7 +571,7 @@ is_banned_list(struct Channel *chptr, rb_dlink_list *list, /* theyre exempted.. */ if (matches_mask(ms, actualExcept->banstr) || - match_extban(actualExcept->banstr, who, chptr, CHFL_BAN)) + match_extban(actualExcept->banstr, who, chptr, CHFL_EXCEPTION)) { /* cache the fact theyre not banned */ if(msptr != NULL)