From 2544c4db9efbc1ff47e7a97622a657949c833287 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Thu, 17 Oct 2019 09:27:13 -0400 Subject: [PATCH] Update wall help --- cmdWall.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdWall.go b/cmdWall.go index 66ca34a..b34db98 100644 --- a/cmdWall.go +++ b/cmdWall.go @@ -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, }