Browse Source

Merge pull request #2021 from FiskFan1999/ns

Fix SAREGISTER short help in SAVERIFY command
tags/v2.11.0
Shivaram Lingamneni 1 year ago
parent
commit
bf4f3008d4
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go View File

@@ -174,7 +174,7 @@ an administrator can set use this command to set up user accounts.`,
174 174
 			help: `Syntax: $bSAVERIFY <username>$b
175 175
 
176 176
 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.`,
178 178
 			enabled:   servCmdRequiresAuthEnabled, // deliberate
179 179
 			capabs:    []string{"accreg"},
180 180
 			minParams: 1,

Loading…
Cancel
Save