mirror of
https://github.com/anope/anope.git
synced 2026-07-07 21:03:15 +02:00
Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess
This commit is contained in:
@@ -79,7 +79,7 @@ class GlobalCore : public Module, public GlobalService
|
||||
void OnNewServer(Server *s) anope_override
|
||||
{
|
||||
const Anope::string &gl = Config->GetModule(this)->Get<const Anope::string>("globaloncycleup");
|
||||
if (!gl.empty() && Me && !Me->IsSynced())
|
||||
if (!gl.empty() && !Me->IsSynced())
|
||||
s->Notice(Global, gl);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user