mirror of
https://github.com/anope/anope.git
synced 2026-06-28 15:16:38 +02:00
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
This commit is contained in:
+2
-2
@@ -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 :)
|
||||
|
||||
Reference in New Issue
Block a user