mirror of
https://github.com/anope/anope.git
synced 2026-07-08 08:03:14 +02:00
Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user