mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
fix incorrect HOSTSERV HELP SET
Reported by @Mikaela
This commit is contained in:
parent
a13235880c
commit
dd75eb1084
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ disabled. A server operator can view someone else's status.`,
|
|||
handler: hsSetHandler,
|
||||
help: `Syntax: $bSET <user> <vhost>$b
|
||||
|
||||
SET sets a user's vhost, bypassing the request system.`,
|
||||
SET sets a user's vhost.`,
|
||||
helpShort: `$bSET$b sets a user's vhost.`,
|
||||
capabs: []string{"vhosts"},
|
||||
enabled: hostservEnabled,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue