mirror of
https://github.com/anope/anope.git
synced 2026-06-29 00:06:39 +02:00
Avoid NickAlias lookups by storing a pointer in the NickCore.
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
|
||||
const NickAlias *na = NickAlias::Find(u->nick);
|
||||
if (!na || na->nc != u->Account() || !na->HasVHost())
|
||||
na = NickAlias::Find(u->Account()->display);
|
||||
na = u->AccountNick();
|
||||
if (!na || !na->HasVHost())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user