diff options
Diffstat (limited to 'modules/commands/hs_on.cpp')
-rw-r--r-- | modules/commands/hs_on.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/hs_on.cpp b/modules/commands/hs_on.cpp index e19482c9a..9f33ac6ac 100644 --- a/modules/commands/hs_on.cpp +++ b/modules/commands/hs_on.cpp @@ -65,10 +65,9 @@ class HSOn : public Module CommandHSOn commandhson; public: - HSOn(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), + HSOn(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), commandhson(this) { - this->SetAuthor("Anope"); } }; |