mirror of
https://github.com/anope/anope.git
synced 2026-07-03 06:33:13 +02:00
Fix matching stacked extbans.
This commit is contained in:
@@ -871,7 +871,7 @@ namespace InspIRCdExtBan
|
||||
|
||||
bool Matches(User *u, const Entry *e) override
|
||||
{
|
||||
return !u->Account() && Entry("BAN", e->GetMask()).Matches(u);
|
||||
return !u->Account() && Entry(this->base, e->GetMask()).Matches(u);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user