mirror of
https://github.com/anope/anope.git
synced 2026-07-03 11:33:12 +02:00
Merge branch '2.0' into 2.1.
This commit is contained in:
@@ -145,7 +145,7 @@ public:
|
||||
{
|
||||
User *u = User::Find(uid);
|
||||
|
||||
if (!u || !u->Account() || r.empty())
|
||||
if (!u || !u->IsIdentified() || r.empty())
|
||||
return;
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user