1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 20:36:38 +02:00

Give more verbose messages on startup

This commit is contained in:
Adam
2011-10-09 02:52:13 -04:00
parent af273e3da5
commit 9f850334a1
13 changed files with 53 additions and 58 deletions
-6
View File
@@ -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