summaryrefslogtreecommitdiff
path: root/src/module.cpp
diff options
context:
space:
mode:
authorAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-25 06:20:00 +0000
committerAdam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864>2010-02-25 06:20:00 +0000
commit235c4ae95c1cf467ec47514c2226df675494c12c (patch)
tree68fac6b16edd8e0024a7edb9ca1294d59bd62bd3 /src/module.cpp
parent54a60add71fc584765b8e575fdc699e93ec2ba84 (diff)
Rewrote part of the Timer and CallBack code for modules to be sane
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2795 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/module.cpp')
-rw-r--r--src/module.cpp4
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 :)