diff options
| author | 2010-03-22 18:14:29 -0500 | |
|---|---|---|
| committer | 2010-08-03 17:32:41 -0400 | |
| commit | ee02d1a3adc4dc8decfefa9290a8f48705cfbb2b (patch) | |
| tree | a23882446c35c080bf86d7d1c25fb4ecaefcd39b /src/modmanager_static.cpp | |
| parent | Change <security:operspywhois> to a tristate (diff) | |
Fix rehash unloading AllModule
Diffstat (limited to 'src/modmanager_static.cpp')
| -rw-r--r-- | src/modmanager_static.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<void, bool>* callback) void ModuleManager::LoadAll() { - Load("AllModule", true); + Load("cmd_all", true); Load("cmd_whowas.so", true); ConfigTagList tags = ServerInstance->Config->ConfTags("module"); |
