mirror of
https://github.com/anope/anope.git
synced 2026-06-25 05:56:38 +02:00
Added a classbase for the major classes, makes dynamic_reference invalidation really work.
This also cleans up a bit of the code in the modestacker.
This commit is contained in:
@@ -249,7 +249,6 @@ void ModuleManager::DeleteModule(Module *m)
|
||||
if (!m || !m->handle)
|
||||
return;
|
||||
|
||||
DetachAll(m);
|
||||
ano_module_t handle = m->handle;
|
||||
Anope::string filename = m->filename;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user