From 63c08ce537839ca35bbe81dd199554ddc254399d Mon Sep 17 00:00:00 2001 From: William Rehwinkel Date: Sat, 24 Dec 2022 13:13:38 -0500 Subject: [PATCH] Fix SAREGISTER short help in SAVERIFY command --- irc/nickserv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,