3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-13 07:29:30 +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, handler: hsStatusHandler,
help: `Syntax: $bSTATUS [user]$b help: `Syntax: $bSTATUS [user]$b
STATUS displays your current vhost, if any, and the status of your most recent STATUS displays your current vhost, if any, and whether it is enabled or
request for a new one. A server operator can view someone else's status.`, disabled. A server operator can view someone else's status.`,
helpShort: `$bSTATUS$b shows your vhost and request status.`, helpShort: `$bSTATUS$b shows your vhost status.`,
enabled: hostservEnabled, enabled: hostservEnabled,
}, },
"set": { "set": {