diff options
Diffstat (limited to 'modules/core/ns_getpass.cpp')
-rw-r--r-- | modules/core/ns_getpass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_getpass.cpp b/modules/core/ns_getpass.cpp index ab4bcd4e2..9ebea5263 100644 --- a/modules/core/ns_getpass.cpp +++ b/modules/core/ns_getpass.cpp @@ -16,7 +16,7 @@ class CommandNSGetPass : public Command { public: - CommandNSGetPass(Module *creator) : Command(creator, "nickserv/getpass", 1, 1, "nickserv/getpass") + CommandNSGetPass(Module *creator) : Command(creator, "nickserv/getpass", 1, 1) { this->SetDesc(_("Retrieve the password for a nickname")); this->SetSyntax(_("\037nickname\037")); |