We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae5bc8 commit c3dccfdCopy full SHA for c3dccfd
chat/command.go
@@ -480,7 +480,7 @@ func InitCommands(c *Commands) {
480
481
c.Add(Command{
482
Prefix: "/back",
483
- Help: "Set yourself as back, clear away status",
+ Help: "Clear away status.",
484
Handler: func(room *Room, msg message.CommandMsg) error {
485
isAway, _, _ := msg.From().GetAway()
486
if isAway {
0 commit comments