1
0
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:
cyberbotx
2008-11-28 06:32:45 +00:00
parent f439924aa2
commit 000b8b3423
5 changed files with 0 additions and 14 deletions
-2
View File
@@ -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;