mirror of
https://github.com/anope/anope.git
synced 2026-06-30 05:36:38 +02:00
Move modules_core_init() to ModuleManager::LoadModuleList().
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1612 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+7
-1
@@ -136,7 +136,13 @@ struct ModuleLang_ {
|
||||
*/
|
||||
CoreExport class ModuleManager
|
||||
{
|
||||
|
||||
public:
|
||||
/**
|
||||
* Load up a list of modules.
|
||||
* @param total_modules The number of modules to load
|
||||
* @param module_list The list of modules to load
|
||||
**/
|
||||
static void LoadModuleList(int total_modules, char **module_list);
|
||||
};
|
||||
|
||||
/** Every module in Anope is actually a class.
|
||||
|
||||
Reference in New Issue
Block a user