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 {