summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/core/cs_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_main.cpp b/modules/core/cs_main.cpp
index 8c1678624..0ee132fe7 100644
--- a/modules/core/cs_main.cpp
+++ b/modules/core/cs_main.cpp
@@ -24,7 +24,7 @@ class ChanServCore : public Module
if (ChanServ == NULL)
throw ModuleException("No bot named " + Config->ChanServ);
- Implementation i[] = { I_OnBotPrivmsg, I_OnDelChan, I_OnPreHelp, I_OnPostHelp };
+ Implementation i[] = { I_OnBotPrivmsg, I_OnDelCore, I_OnPreHelp, I_OnPostHelp };
ModuleManager::Attach(i, this, 4);
}