From 58d26ca479f9bf823d79f9a098e5682c798bf0ef Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 2 Aug 2016 09:38:36 +0300 Subject: [PATCH] Fix small issues with the help message --- host.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.go b/host.go index c666377..af733b6 100644 --- a/host.go +++ b/host.go @@ -423,7 +423,7 @@ func (h *Host) InitCommands(c *chat.Commands) { Op: true, Prefix: "/motd", PrefixHelp: "[MESSAGE]", - Help: "Set a new message of the day, print current motd without parameters", + Help: "Set a new MESSAGE of the day, print the current motd without parameters.", Handler: func(room *chat.Room, msg message.CommandMsg) error { args := msg.Args() user := msg.From()