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

fix HS STATUS help strings

This commit is contained in:
Shivaram Lingamneni 2021-05-27 10:51:54 -04:00
parent 98ea150817
commit 91cdb96bcb

View File

@ -53,9 +53,9 @@ OFF disables your vhost, if you have one approved.`,
handler: hsStatusHandler,
help: `Syntax: $bSTATUS [user]$b
STATUS displays your current vhost, if any, and the status of your most recent
request for a new one. A server operator can view someone else's status.`,
helpShort: `$bSTATUS$b shows your vhost and request status.`,
STATUS displays your current vhost, if any, and whether it is enabled or
disabled. A server operator can view someone else's status.`,
helpShort: `$bSTATUS$b shows your vhost status.`,
enabled: hostservEnabled,
},
"set": {