Fixed a typo.

This commit is contained in:
Martin Dosch 2019-05-31 11:15:47 +02:00 committed by Martin Dosch
parent 29d2cfa466
commit 4be07fe412

View file

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