summaryrefslogtreecommitdiff
path: root/modules/commands/cs_list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_list.cpp')
-rw-r--r--modules/commands/cs_list.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/cs_list.cpp b/modules/commands/cs_list.cpp
index 29c8a827b..72f3e35dc 100644
--- a/modules/commands/cs_list.cpp
+++ b/modules/commands/cs_list.cpp
@@ -166,9 +166,8 @@ class CSList : public Module
CommandCSList commandcslist;
public:
- CSList(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), commandcslist(this)
+ CSList(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), commandcslist(this)
{
- this->SetAuthor("Anope");
}
};