channel: tell extbans in +e they're exceptions

This commit is contained in:
Ed Kellett 2020-10-17 01:49:42 +01:00
parent d6b9005892
commit 255233fce9

View file

@ -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)