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:
+2
-2
@@ -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 :)
|
||||
|
||||
Reference in New Issue
Block a user