Fix small issues with the help message

This commit is contained in:
Aaron 2016-08-02 09:38:36 +03:00
parent 5a7db119fa
commit 58d26ca479

View File

@ -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()