mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-10 00:06:49 +01:00
Hopefully finally made the help look more nice.
This commit is contained in:
parent
30d53424cb
commit
7193b274c1
1 changed files with 2 additions and 2 deletions
|
@ -251,8 +251,8 @@ func processStanzas(client *xmpp.Client, muc string, mucNick string, feeds []str
|
||||||
_, err = client.Send(xmpp.Chat{Remote: muc,
|
_, err = client.Send(xmpp.Chat{Remote: muc,
|
||||||
Type: "groupchat", Text: strings.Split(v.Remote, "/")[1] +
|
Type: "groupchat", Text: strings.Split(v.Remote, "/")[1] +
|
||||||
": The following commands are available:\n" +
|
": The following commands are available:\n" +
|
||||||
"feeds " + "List feeds I'm following.\n" +
|
"\"feeds\": List feeds I'm following.\n" +
|
||||||
"source " + "Show source code URL."})
|
"\"source\": Show source code URL."})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue