mirror of
https://github.com/anope/anope.git
synced 2026-06-29 23:56:39 +02:00
fixed displaying the RESEND command in /nickserv help output
This commit is contained in:
@@ -310,7 +310,7 @@ class CommandNSResend : public Command
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
if (Config->NSEmailReg)
|
||||
source.Reply(_("Resend the registration passcode"));
|
||||
source.Reply(" %-14s %s", this->name.c_str(),_("Resend the registration passcode"));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user