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