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

Merge pull request #316 from slingamn/hsfix

fix hostserv help string
This commit is contained in:
Shivaram Lingamneni 2018-12-28 11:15:25 -05:00 committed by GitHub
commit 6beeceb52c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ SET sets a user's vhost, bypassing the request system.`,
handler: hsSetHandler,
help: `Syntax: $bDEL <user>$b
DEL sets a user's vhost, bypassing the request system.`,
DEL deletes a user's vhost.`,
helpShort: `$bDEL$b deletes a user's vhost.`,
capabs: []string{"vhosts"},
enabled: hostservEnabled,