diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 03:11:54 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 03:11:54 +0000 |
commit | df30d0bc2a52abd9889d754d30ce6aba70ae87cd (patch) | |
tree | f2a63ab31674712decedbf0528d3e7d1f89d031b /src/hostserv.c | |
parent | d35316711894c64f781d923a88243da5757cc2ab (diff) |
Move modules_core_init() to ModuleManager::LoadModuleList().
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1612 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/hostserv.c')
-rw-r--r-- | src/hostserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostserv.c b/src/hostserv.c index dd98d279f..b7074bc83 100644 --- a/src/hostserv.c +++ b/src/hostserv.c @@ -33,7 +33,7 @@ E void moduleAddHostServCmds(void); void moduleAddHostServCmds(void) { - modules_core_init(HostServCoreNumber, HostServCoreModules); + ModuleManager::LoadModuleList(HostServCoreNumber, HostServCoreModules); } /*************************************************************************/ |