From ee02d1a3adc4dc8decfefa9290a8f48705cfbb2b Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Mon, 22 Mar 2010 18:14:29 -0500 Subject: Fix rehash unloading AllModule --- src/modmanager_static.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modmanager_static.cpp') diff --git a/src/modmanager_static.cpp b/src/modmanager_static.cpp index 165e8b1ae..18a95f78f 100644 --- a/src/modmanager_static.cpp +++ b/src/modmanager_static.cpp @@ -1,4 +1,4 @@ -#define MODNAME AllModule +#define MODNAME cmd_all #include "inspircd.h" #include "exitcodes.h" @@ -161,7 +161,7 @@ void ModuleManager::Reload(Module* mod, HandlerBase1* callback) void ModuleManager::LoadAll() { - Load("AllModule", true); + Load("cmd_all", true); Load("cmd_whowas.so", true); ConfigTagList tags = ServerInstance->Config->ConfTags("module"); -- cgit v1.3.1-10-gc9f91