mirror of
https://github.com/anope/anope.git
synced 2026-07-07 06:33: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
@@ -36,7 +36,7 @@ static void add_ns_timeout(NickAlias * na, int type, time_t delay);
|
||||
/*************************************************************************/
|
||||
/* *INDENT-OFF* */
|
||||
void moduleAddNickServCmds(void) {
|
||||
modules_core_init(NickServCoreNumber, NickServCoreModules);
|
||||
ModuleManager::LoadModuleList(NickServCoreNumber, NickServCoreModules);
|
||||
}
|
||||
/* *INDENT-ON* */
|
||||
/*************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user