summaryrefslogtreecommitdiff
path: root/modules/commands/ns_resetpass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ns_resetpass.cpp')
-rw-r--r--modules/commands/ns_resetpass.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/ns_resetpass.cpp b/modules/commands/ns_resetpass.cpp
index e57261a9f..3ccb41ec1 100644
--- a/modules/commands/ns_resetpass.cpp
+++ b/modules/commands/ns_resetpass.cpp
@@ -66,10 +66,9 @@ class NSResetPass : public Module
CommandNSResetPass commandnsresetpass;
public:
- NSResetPass(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
+ NSResetPass(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
commandnsresetpass(this)
{
- this->SetAuthor("Anope");
if (!Config->UseMail)
throw ModuleException("Not using mail.");