diff options
Diffstat (limited to 'modules/greet.cpp')
-rw-r--r-- | modules/greet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/greet.cpp b/modules/greet.cpp index 670ff37ba..13c51a1d5 100644 --- a/modules/greet.cpp +++ b/modules/greet.cpp @@ -192,7 +192,7 @@ public: * to has synced, or we'll get greet-floods when the net * recovers from a netsplit. -GD */ - if (!c->ci || !c->ci->bi || !user->server->IsSynced() || !user->Account()) + if (!c->ci || !c->ci->bi || !user->server->IsSynced() || !user->IsIdentified()) return; Anope::string *greet = ns_greet.Get(user->Account()); |