diff options
Diffstat (limited to 'modules/core/ns_getemail.cpp')
-rw-r--r-- | modules/core/ns_getemail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_getemail.cpp b/modules/core/ns_getemail.cpp index 7519ae6d0..fa27e5174 100644 --- a/modules/core/ns_getemail.cpp +++ b/modules/core/ns_getemail.cpp @@ -20,7 +20,7 @@ class CommandNSGetEMail : public Command { public: - CommandNSGetEMail(Module *creator) : Command(creator, "nickserv/getemail", 1, 1, "nickserv/getemail") + CommandNSGetEMail(Module *creator) : Command(creator, "nickserv/getemail", 1, 1) { this->SetDesc(_("Matches and returns all users that registered using given email")); this->SetSyntax(_("\037user@email-host\037")); |