aboutsummaryrefslogtreecommitdiff
path: root/src/modmanager_static.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-03-22 18:14:29 -0500
committerGravatar Daniel De Graaf2010-08-03 17:32:41 -0400
commitee02d1a3adc4dc8decfefa9290a8f48705cfbb2b (patch)
treea23882446c35c080bf86d7d1c25fb4ecaefcd39b /src/modmanager_static.cpp
parentChange <security:operspywhois> to a tristate (diff)
Fix rehash unloading AllModule
Diffstat (limited to 'src/modmanager_static.cpp')
-rw-r--r--src/modmanager_static.cpp4
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");