1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 17:43:13 +02:00

Move modules_core_init() to ModuleManager::LoadModuleList().

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1612 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-11-09 03:11:54 +00:00
parent d353167118
commit df30d0bc2a
12 changed files with 30 additions and 30 deletions
+1 -2
View File
@@ -17,7 +17,6 @@
#include "services.h"
#include "pseudo.h"
/*************************************************************************/
BotInfo *botlists[256]; /* Hash list of bots */
@@ -35,7 +34,7 @@ E void moduleAddBotServCmds(void);
/*************************************************************************/
/* *INDENT-OFF* */
void moduleAddBotServCmds(void) {
modules_core_init(BotServCoreNumber, BotServCoreModules);
ModuleManager::LoadModuleList(BotServCoreNumber, BotServCoreModules);
}
/* *INDENT-ON* */
/*************************************************************************/