diff options
Diffstat (limited to 'src/module.cpp')
-rw-r--r-- | src/module.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/module.cpp b/src/module.cpp index fa4e41cd8..6aebd8644 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -66,8 +66,8 @@ Module::~Module() Command *c; - /* Kill any active timers this module has */ - ModuleManager::ClearTimers(this); + /* Clear any active callbacks this module has */ + ModuleManager::ClearCallBacks(this); /** * ok, im going to walk every hash looking for commands we own, now, not exactly elegant or efficiant :) |