Fixed a typo.

This commit is contained in:
Martin Dosch 2019-05-31 11:15:47 +02:00
parent 0e5d19bf5b
commit 9d62bdc89f

View file

@ -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."