diff options
Diffstat (limited to 'modules/commands/ns_getemail.cpp')
-rw-r--r-- | modules/commands/ns_getemail.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/ns_getemail.cpp b/modules/commands/ns_getemail.cpp index 7728f3178..386940a0a 100644 --- a/modules/commands/ns_getemail.cpp +++ b/modules/commands/ns_getemail.cpp @@ -69,10 +69,9 @@ class NSGetEMail : public Module { CommandNSGetEMail commandnsgetemail; public: - NSGetEMail(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), + NSGetEMail(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), commandnsgetemail(this) { - this->SetAuthor("Anope"); } }; |