diff options
Diffstat (limited to 'src/commands/cmd_dns.cpp')
-rw-r--r-- | src/commands/cmd_dns.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/commands/cmd_dns.cpp b/src/commands/cmd_dns.cpp index f97d68783..f9ec8e990 100644 --- a/src/commands/cmd_dns.cpp +++ b/src/commands/cmd_dns.cpp @@ -795,11 +795,6 @@ class ModuleDNS : public Module { } - void init() - { - ServerInstance->Modules->AddService(this->manager); - } - void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE { std::string oldserver = DNSServer; |