diff options
Diffstat (limited to 'modules/commands/os_dns.cpp')
-rw-r--r-- | modules/commands/os_dns.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/commands/os_dns.cpp b/modules/commands/os_dns.cpp index 2d68583e2..a231a1e74 100644 --- a/modules/commands/os_dns.cpp +++ b/modules/commands/os_dns.cpp @@ -802,11 +802,6 @@ class ModuleDNS : public Module public: ModuleDNS(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, EXTRA | VENDOR) - , EventHook<Event::NewServer>() - , EventHook<Event::ServerQuit>() - , EventHook<Event::UserConnect>() - , EventHook<Event::PreUserLogoff>() - , EventHook<Event::DnsRequest>() , zonetype(this) , servertype(this) , zonemembtype(this) |