From 9d62bdc89f2fa7d220cda0a165a19836d5374984 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 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."