Przeglądaj źródła

Fix SAREGISTER short help in SAVERIFY command

tags/v2.11.0
William Rehwinkel 1 rok temu
rodzic
commit
63c08ce537
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go Wyświetl plik

@@ -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,

Ładowanie…
Anuluj
Zapisz