1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 22:06:39 +02:00

Changed module callbacks to use new Timer API

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2338 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
adam-
2009-06-26 20:01:26 +00:00
parent dc8f7923f4
commit 6b5786aa37
6 changed files with 91 additions and 219 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ Module::~Module()
Command *c;
/* Kill any active callbacks this module has */
moduleCallBackPrepForUnload(this->name.c_str());
/* Kill any active timers this module has */
ModuleManager::ClearTimers(this);
/**
* ok, im going to walk every hash looking for commands we own, now, not exactly elegant or efficiant :)