From 4be07fe4125bc27be2b87038c1ebe22ea5d59a7a Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Fri, 31 May 2019 11:15:47 +0200 Subject: [PATCH] Fixed a typo. --- feed-to-muc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed-to-muc.go b/feed-to-muc.go index cb3bbd7..b7e9f65 100644 --- a/feed-to-muc.go +++ b/feed-to-muc.go @@ -262,7 +262,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."