X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcommands%2Fcmd_dns.cpp;h=2b7114128858ef9d01ed8ae8af8c87622784619d;hb=9d4efff3957f1ad163f726bc44bed3a4870afb94;hp=d10f0f982a6aac898d4279bebda88aaf3d4ff407;hpb=d9d99cd02dadf34bfcc220734ba0c422f0acb3e6;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/commands/cmd_dns.cpp b/src/commands/cmd_dns.cpp index d10f0f982..2b7114128 100644 --- a/src/commands/cmd_dns.cpp +++ b/src/commands/cmd_dns.cpp @@ -797,9 +797,6 @@ class ModuleDNS : public Module void init() { - Implementation i[] = { I_OnRehash, I_OnUnloadModule }; - ServerInstance->Modules->Attach(i, this, sizeof(i) / sizeof(Implementation)); - ServerInstance->Modules->AddService(this->manager); this->OnRehash(NULL);