1
0
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:
Sadie Powell
2026-07-09 18:55:05 +01:00
parent 215eba2704
commit 673b04f1fc
+1 -1
View File
@@ -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);
}