chat: /back help formatting.

This commit is contained in:
Andrey Petrov 2021-04-24 12:14:24 -04:00 committed by GitHub
parent aae5bc8d2e
commit c3dccfd3eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -480,7 +480,7 @@ func InitCommands(c *Commands) {
c.Add(Command{
Prefix: "/back",
Help: "Set yourself as back, clear away status",
Help: "Clear away status.",
Handler: func(room *Room, msg message.CommandMsg) error {
isAway, _, _ := msg.From().GetAway()
if isAway {