diff options
Diffstat (limited to 'modules/commands/hs_list.cpp')
-rw-r--r-- | modules/commands/hs_list.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/hs_list.cpp b/modules/commands/hs_list.cpp index 96e6866f0..94533e73d 100644 --- a/modules/commands/hs_list.cpp +++ b/modules/commands/hs_list.cpp @@ -153,10 +153,9 @@ class HSList : public Module CommandHSList commandhslist; public: - HSList(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), + HSList(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), commandhslist(this) { - this->SetAuthor("Anope"); } }; |