1
0
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:
Adam
2010-08-22 00:34:02 -04:00
parent 8a4c6ae618
commit ada65a3baf
12 changed files with 144 additions and 215 deletions
-1
View File
@@ -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;