channel: tell extbans in +e they're exceptions
This commit is contained in:
parent
d6b9005892
commit
255233fce9
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ is_banned_list(struct Channel *chptr, rb_dlink_list *list,
|
||||||
|
|
||||||
/* theyre exempted.. */
|
/* theyre exempted.. */
|
||||||
if (matches_mask(ms, actualExcept->banstr) ||
|
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 */
|
/* cache the fact theyre not banned */
|
||||||
if(msptr != NULL)
|
if(msptr != NULL)
|
||||||
|
|
Loading…
Reference in a new issue