diff options
author | Adam <Adam@anope.org> | 2014-04-20 14:35:14 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-04-20 14:35:14 -0400 |
commit | 26ac315192e0d8a04d50e910697ab794eedf0cc1 (patch) | |
tree | b9916f14fe35ce5c4de95c4194ca4ea0cb30812f /src/module.cpp | |
parent | 0b6476f06ff9ce06545c421143c7d7163c750aa5 (diff) |
New event system
Diffstat (limited to 'src/module.cpp')
-rw-r--r-- | src/module.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/module.cpp b/src/module.cpp index d57538e59..eabf6c0aa 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -64,8 +64,6 @@ Module::Module(const Anope::string &modname, const Anope::string &, ModType modt Module::~Module() { - /* Detach all event hooks for this module */ - ModuleManager::DetachAll(this); IdentifyRequest::ModuleUnload(this); /* Clear any active timers this module has */ TimerManager::DeleteTimersFor(this); |