From fde83f6564c38635c7bfebd7edb60f30b012189c Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 26 Jul 2013 21:40:16 -0400 Subject: Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess --- modules/commands/os_dns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/os_dns.cpp') diff --git a/modules/commands/os_dns.cpp b/modules/commands/os_dns.cpp index 0590bd704..c71b1f887 100644 --- a/modules/commands/os_dns.cpp +++ b/modules/commands/os_dns.cpp @@ -686,7 +686,7 @@ class ModuleDNS : public Module void OnNewServer(Server *s) anope_override { - if (Me == NULL || s == Me || s->IsJuped()) + if (s == Me || s->IsJuped()) return; if (!Me->IsSynced() || this->readd_connected_servers) { -- cgit