mirror of
https://github.com/anope/anope.git
synced 2026-06-26 15:36:38 +02:00
Removed mod_current_module, again, so far, no ill-effects...
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1809 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -21,7 +21,6 @@ void ModuleManager::LoadModuleList(int total_modules, char **module_list)
|
||||
m = findModule(module_list[idx]);
|
||||
if (!m) {
|
||||
status = ModuleManager::LoadModule(module_list[idx], NULL);
|
||||
mod_current_module = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -191,7 +190,6 @@ int ModuleManager::LoadModule(const std::string &modname, User * u)
|
||||
return MOD_STOP;
|
||||
}
|
||||
|
||||
mod_current_module = m;
|
||||
m->filename = pbuf;
|
||||
m->handle = handle;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user