Hopefully finally made the help look more nice.

This commit is contained in:
mdosch 2019-05-26 23:02:56 +02:00
parent 30d53424cb
commit 7193b274c1

View file

@ -251,8 +251,8 @@ func processStanzas(client *xmpp.Client, muc string, mucNick string, feeds []str
_, err = client.Send(xmpp.Chat{Remote: muc,
Type: "groupchat", Text: strings.Split(v.Remote, "/")[1] +
": The following commands are available:\n" +
"feeds " + "List feeds I'm following.\n" +
"source " + "Show source code URL."})
"\"feeds\": List feeds I'm following.\n" +
"\"source\": Show source code URL."})
if err != nil {
log.Fatal(err)
}