Ver código fonte

Fix SAREGISTER short help in SAVERIFY command

tags/v2.11.0
William Rehwinkel 1 ano atrás
pai
commit
63c08ce537
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go Ver arquivo

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

Carregando…
Cancelar
Salvar