summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index dbae71a9b..e778370a5 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -315,6 +315,9 @@ bool InspIRCd::UnloadModule(const char* filename)
Config->global_implementation[t] -= Config->implement_lists[j][t];
}
+ /* TODO: We have to renumber implement_lists after unload because the module numbers change!
+ */
+
FOREACH_MOD(I_OnUnloadModule,OnUnloadModule(modules[j],Config->module_names[j]));
// found the module
log(DEBUG,"Deleting module...");