mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-23 06:28:39 +01:00
Fixed cherrypicking of 7193b274
This commit is contained in:
parent
c548cdf277
commit
efac56edd6
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\t" + "List feeds I'm following.\n" +
|
"\"feeds\": List feeds I'm following.\n" +
|
||||||
"source\t" + "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