summaryrefslogtreecommitdiff
path: root/modules/commands/ns_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ns_update.cpp')
-rw-r--r--modules/commands/ns_update.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/ns_update.cpp b/modules/commands/ns_update.cpp
index 309a95087..7acbd8aef 100644
--- a/modules/commands/ns_update.cpp
+++ b/modules/commands/ns_update.cpp
@@ -55,10 +55,9 @@ class NSUpdate : public Module
CommandNSUpdate commandnsupdate;
public:
- NSUpdate(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
+ NSUpdate(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
commandnsupdate(this)
{
- this->SetAuthor("Anope");
}
};