mirror of
https://github.com/anope/anope.git
synced 2026-06-24 18:26:37 +02:00
Removed mod_current_user and mod_current_op, the latter of which was only an extern.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1807 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -22,7 +22,6 @@ void ModuleManager::LoadModuleList(int total_modules, char **module_list)
|
||||
if (!m) {
|
||||
status = ModuleManager::LoadModule(module_list[idx], NULL);
|
||||
mod_current_module = NULL;
|
||||
mod_current_user = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -195,7 +194,6 @@ int ModuleManager::LoadModule(const std::string &modname, User * u)
|
||||
}
|
||||
|
||||
mod_current_module = m;
|
||||
mod_current_user = u;
|
||||
m->filename = pbuf;
|
||||
m->handle = handle;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user