mirror of
https://github.com/anope/anope.git
synced 2026-06-30 19:26:38 +02:00
Fix matching stacked extbans.
This commit is contained in:
@@ -555,7 +555,7 @@ namespace UnrealExtBan
|
||||
|
||||
bool Matches(User *u, const Entry *e) override
|
||||
{
|
||||
return Entry(this->name, e->GetMask()).Matches(u);
|
||||
return Entry(this->base, e->GetMask()).Matches(u);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user