diff --git a/feed-to-muc.go b/feed-to-muc.go index 62b597b..b45bd79 100644 --- a/feed-to-muc.go +++ b/feed-to-muc.go @@ -263,7 +263,7 @@ func processStanzas(client *xmpp.Client, muc string, mucNick string, feeds []str // Reply with a short summary of available commands for `help`. case "help": - reply := ": The following commands are available:\n" + + reply := "The following commands are available:\n" + "\"feeds\": List feeds I'm following.\n" + "\"ping\": Sends back a pong.\n" + "\"source\": Show source code URL."