mirror of
https://github.com/anope/anope.git
synced 2026-07-10 09:03:13 +02:00
Make the description of nickserv/sendpass more accurate.
This commit is contained in:
@@ -22,7 +22,7 @@ class CommandNSResetPass final
|
||||
public:
|
||||
CommandNSResetPass(Module *creator) : Command(creator, "nickserv/resetpass", 2, 2)
|
||||
{
|
||||
this->SetDesc(_("Helps you reset lost passwords"));
|
||||
this->SetDesc(_("Send an email to recover access to an account"));
|
||||
this->SetSyntax(_("\037nickname\037 \037email\037"));
|
||||
this->AllowUnregistered(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user