mirror of
https://github.com/anope/anope.git
synced 2026-07-07 03: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
-1
@@ -119,7 +119,7 @@ CSModeUtil csmodeutils[] = {
|
||||
/*************************************************************************/
|
||||
|
||||
void moduleAddChanServCmds(void) {
|
||||
modules_core_init(ChanServCoreNumber, ChanServCoreModules);
|
||||
ModuleManager::LoadModuleList(ChanServCoreNumber, ChanServCoreModules);
|
||||
}
|
||||
|
||||
/* *INDENT-ON* */
|
||||
|
||||
Reference in New Issue
Block a user