Browse Source

Update wall help

pull/22/head
Gregory Rudolph 5 years ago
parent
commit
2544c4db9e
  1. 2
      cmdWall.go

2
cmdWall.go

@ -15,7 +15,7 @@ import ( @@ -15,7 +15,7 @@ import (
func init() {
command := Command{
Cmd: []string{"wall", "w"},
Description: "- Show public messages for a user",
Description: "$user / !all - Show public messages for a user or all users you follow",
Help: "",
Exec: cmdWall,
}

Loading…
Cancel
Save