mirror of
https://github.com/anope/anope.git
synced 2026-07-08 14:03:13 +02:00
Merge branch '2.0' into 2.1.
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user