mirror of
https://github.com/anope/anope.git
synced 2026-06-26 21:56:38 +02:00
Fix User::IsIdentified with check_nick, do not remove +r on bursting clients until after server sync
This commit is contained in:
+1
-1
@@ -367,7 +367,7 @@ bool User::IsIdentified(bool check_nick) const
|
||||
{
|
||||
if (check_nick && this->nc)
|
||||
{
|
||||
NickAlias *na = NickAlias::Find(this->nc->display);
|
||||
NickAlias *na = NickAlias::Find(this->nick);
|
||||
return na && *na->nc == *this->nc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user