diff options
Diffstat (limited to 'modules/commands/ns_recover.cpp')
-rw-r--r-- | modules/commands/ns_recover.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_recover.cpp b/modules/commands/ns_recover.cpp index 4aed411ea..b6cbe2621 100644 --- a/modules/commands/ns_recover.cpp +++ b/modules/commands/ns_recover.cpp @@ -127,7 +127,7 @@ class CommandNSRecover : public Command CommandNSRecover(Module *creator) : Command(creator, "nickserv/recover", 1, 2) { this->SetDesc(_("Regains control of your nick")); - this->SetSyntax("\037nickname\037 [\037password\037]"); + this->SetSyntax(_("\037nickname\037 [\037password\037]")); this->AllowUnregistered(true); } |