1
0
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:
DukePyrolator
2011-03-16 05:36:12 +01:00
parent ddfb16de1a
commit bceeda8087
+1 -1
View File
@@ -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"));
}
};