Skip to content

Commit c3dccfd

Browse files
authored
chat: /back help formatting.
1 parent aae5bc8 commit c3dccfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ func InitCommands(c *Commands) {
480480

481481
c.Add(Command{
482482
Prefix: "/back",
483-
Help: "Set yourself as back, clear away status",
483+
Help: "Clear away status.",
484484
Handler: func(room *Room, msg message.CommandMsg) error {
485485
isAway, _, _ := msg.From().GetAway()
486486
if isAway {

0 commit comments

Comments
 (0)