diff --git a/irc/nickserv.go b/irc/nickserv.go index 60d8e4fc..3c6cc1d6 100644 --- a/irc/nickserv.go +++ b/irc/nickserv.go @@ -174,7 +174,7 @@ an administrator can set use this command to set up user accounts.`, help: `Syntax: $bSAVERIFY $b SAVERIFY manually verifies an account that is pending verification.`, - helpShort: `$bSAREGISTER$b registers an account on someone else's behalf.`, + helpShort: `$bSAVERIFY$b manually verifies an account that is pending verification.`, enabled: servCmdRequiresAuthEnabled, // deliberate capabs: []string{"accreg"}, minParams: 1,