mirror of
https://github.com/anope/anope.git
synced 2026-07-01 10:46:38 +02:00
Merge branch '2.0' into 2.1.
This commit is contained in:
@@ -588,7 +588,7 @@ namespace UnrealExtBan
|
||||
if (e->GetMask() == "0" && !u->Account()) /* ~a:0 is special and matches all unauthenticated users */
|
||||
return true;
|
||||
|
||||
return u->Account() && Anope::Match(u->Account()->display, e->GetMask());
|
||||
return u->IsIdentified() && Anope::Match(u->Account()->display, e->GetMask());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user