summaryrefslogtreecommitdiff
path: root/modules/commands/ns_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ns_info.cpp')
-rw-r--r--modules/commands/ns_info.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/ns_info.cpp b/modules/commands/ns_info.cpp
index fddb9c5ad..171937730 100644
--- a/modules/commands/ns_info.cpp
+++ b/modules/commands/ns_info.cpp
@@ -164,10 +164,9 @@ class NSInfo : public Module
CommandNSInfo commandnsinfo;
public:
- NSInfo(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
+ NSInfo(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
commandnsinfo(this)
{
- this->SetAuthor("Anope");
}
};