mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-13 01:36:49 +01:00
Fixed a typo.
This commit is contained in:
parent
29d2cfa466
commit
4be07fe412
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue