1
0
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:
Adam-
2010-02-25 06:20:00 +00:00
parent 54a60add71
commit 235c4ae95c
9 changed files with 46 additions and 115 deletions
+2 -2
View File
@@ -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 :)