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