summaryrefslogtreecommitdiff
path: root/modules/core/ns_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ns_update.cpp')
-rw-r--r--modules/core/ns_update.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/ns_update.cpp b/modules/core/ns_update.cpp
index 0146ec954..d5e727fa6 100644
--- a/modules/core/ns_update.cpp
+++ b/modules/core/ns_update.cpp
@@ -51,10 +51,9 @@ class NSUpdate : public Module
CommandNSUpdate commandnsupdate;
public:
- NSUpdate(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ NSUpdate(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE)
{
this->SetAuthor("Anope");
- this->SetType(CORE);
if (!nickserv)
throw ModuleException("NickServ is not loaded!");