summaryrefslogtreecommitdiff
path: root/src/modulemanager.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-10-09 02:52:13 -0400
committerAdam <Adam@anope.org>2011-10-09 02:52:13 -0400
commit9f850334a1110a8b976e401af45264dcfc7315c4 (patch)
tree89dfda632fcc1f0a01d66ea67ea44b8dbfb8144f /src/modulemanager.cpp
parentaf273e3da537ff60edb5f97b8081b550bd56d57d (diff)
Give more verbose messages on startup
Diffstat (limited to 'src/modulemanager.cpp')
-rw-r--r--src/modulemanager.cpp6
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