3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-15 00:19:29 +01:00

Merge pull request #2021 from FiskFan1999/ns

Fix SAREGISTER short help in SAVERIFY command
This commit is contained in:
Shivaram Lingamneni 2022-12-24 23:02:50 -08:00 committed by GitHub
commit bf4f3008d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ an administrator can set use this command to set up user accounts.`,
help: `Syntax: $bSAVERIFY <username>$b help: `Syntax: $bSAVERIFY <username>$b
SAVERIFY manually verifies an account that is pending verification.`, 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 enabled: servCmdRequiresAuthEnabled, // deliberate
capabs: []string{"accreg"}, capabs: []string{"accreg"},
minParams: 1, minParams: 1,