mirror of
https://github.com/anope/anope.git
synced 2026-06-12 18:54:47 +02:00
Merge branch '2.0' into 2.1.
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
{
|
||||
SQLOperResultDeleter d(this);
|
||||
|
||||
if (!user || !user->Account())
|
||||
if (!user || !user->IsIdentified())
|
||||
return;
|
||||
|
||||
if (r.Rows() == 0)
|
||||
|
||||
Reference in New Issue
Block a user