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/memoserv.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/memoserv.c')
-rw-r--r-- | src/memoserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memoserv.c b/src/memoserv.c index 34e0061f9..901e002eb 100644 --- a/src/memoserv.c +++ b/src/memoserv.c @@ -25,7 +25,7 @@ E void rsend_notify(User *u, Memo *m, const char *chan); /*************************************************************************/ void moduleAddMemoServCmds(void) { - modules_core_init(MemoServCoreNumber, MemoServCoreModules); + ModuleManager::LoadModuleList(MemoServCoreNumber, MemoServCoreModules); } /*************************************************************************/ |