Skip to content

Commit

Permalink
chat: /back help formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow authored Apr 24, 2021
1 parent aae5bc8 commit c3dccfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c3dccfd

Please sign in to comment.