diff options
author | Adam <Adam@anope.org> | 2011-10-09 02:52:13 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-10-09 02:52:13 -0400 |
commit | 9f850334a1110a8b976e401af45264dcfc7315c4 (patch) | |
tree | 89dfda632fcc1f0a01d66ea67ea44b8dbfb8144f /src/modulemanager.cpp | |
parent | af273e3da537ff60edb5f97b8081b550bd56d57d (diff) |
Give more verbose messages on startup
Diffstat (limited to 'src/modulemanager.cpp')
-rw-r--r-- | src/modulemanager.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp index d42bc7d75..978a5b929 100644 --- a/src/modulemanager.cpp +++ b/src/modulemanager.cpp @@ -65,12 +65,6 @@ void ModuleManager::CleanupRuntimeDirectory() #endif } -void ModuleManager::LoadModuleList(std::list<Anope::string> &ModuleList) -{ - for (std::list<Anope::string>::iterator it = ModuleList.begin(), it_end = ModuleList.end(); it != it_end; ++it) - ModuleManager::LoadModule(*it, NULL); -} - /** * Copy the module from the modules folder to the runtime folder. * This will prevent module updates while the modules is loaded from |