Skip to content

Commit

Permalink
Merge pull request #2021 from FiskFan1999/ns
Browse files Browse the repository at this point in the history
Fix SAREGISTER short help in SAVERIFY command
  • Loading branch information
slingamn authored Dec 25, 2022
2 parents f7ab0fb + 63c08ce commit bf4f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irc/nickserv.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ an administrator can set use this command to set up user accounts.`,
help: `Syntax: $bSAVERIFY <username>$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,
Expand Down

0 comments on commit bf4f300

Please sign in to comment.