From c3dccfd3eb1a9c9b507ccabdd7a359f3da7f123b Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Sat, 24 Apr 2021 12:14:24 -0400 Subject: [PATCH] chat: /back help formatting. --- chat/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/command.go b/chat/command.go index f3ab015..6420324 100644 --- a/chat/command.go +++ b/chat/command.go @@ -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 {