summaryrefslogtreecommitdiff
path: root/modules/core/ns_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ns_main.cpp')
-rw-r--r--modules/core/ns_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_main.cpp b/modules/core/ns_main.cpp
index 25960e023..8d50f7042 100644
--- a/modules/core/ns_main.cpp
+++ b/modules/core/ns_main.cpp
@@ -147,7 +147,7 @@ class NickServCore : public Module
this->SetAuthor("Anope");
Implementation i[] = { I_OnDelNick, I_OnDelCore, I_OnChangeCoreDisplay, I_OnNickIdentify, I_OnNickGroup, I_OnNickUpdate };
- ModuleManager::Attach(i, this, 5);
+ ModuleManager::Attach(i, this, 6);
ModuleManager::RegisterService(&this->mynickserv);