Skip to content

Commit bf4f300

Browse files
authored
Merge pull request #2021 from FiskFan1999/ns
Fix SAREGISTER short help in SAVERIFY command
2 parents f7ab0fb + 63c08ce commit bf4f300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irc/nickserv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ an administrator can set use this command to set up user accounts.`,
174174
help: `Syntax: $bSAVERIFY <username>$b
175175
176176
SAVERIFY manually verifies an account that is pending verification.`,
177-
helpShort: `$bSAREGISTER$b registers an account on someone else's behalf.`,
177+
helpShort: `$bSAVERIFY$b manually verifies an account that is pending verification.`,
178178
enabled: servCmdRequiresAuthEnabled, // deliberate
179179
capabs: []string{"accreg"},
180180
minParams: 1,

0 commit comments

Comments
 (0)