summaryrefslogtreecommitdiff
path: root/modules/commands/os_defcon.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-12-27 13:13:11 -0500
committerAdam <Adam@anope.org>2014-12-27 13:13:11 -0500
commited920366d69801bab7fc276fa24296b7f1264ff2 (patch)
treef44e016ae383f7ddacbb466dde2f7fc931eb2f63 /modules/commands/os_defcon.cpp
parent50acad5ce451b44b469890fe46ce14c7ffd031ca (diff)
Remove now unnecessary eventhook constructor calls in module init lists
Diffstat (limited to 'modules/commands/os_defcon.cpp')
-rw-r--r--modules/commands/os_defcon.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/commands/os_defcon.cpp b/modules/commands/os_defcon.cpp
index ba893a960..498af9a8a 100644
--- a/modules/commands/os_defcon.cpp
+++ b/modules/commands/os_defcon.cpp
@@ -337,12 +337,6 @@ class OSDefcon : public Module
public:
OSDefcon(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR)
- , EventHook<Event::ChannelModeSet>()
- , EventHook<Event::ChannelModeUnset>()
- , EventHook<Event::PreCommand>()
- , EventHook<Event::UserConnect>()
- , EventHook<Event::ChannelModeAdd>()
- , EventHook<Event::ChannelSync>()
, session_service("SessionService", "session")
, akills("XLineManager", "xlinemanager/sgline")
, commandosdefcon(this, ondefconlevel)