Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion irc.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func bot(user, msg string, send func(string) error) (err error) {
"https://bnf.ffetc.net")
case strings.Contains(msg, "!howto"):
err = send("Here Are My Instructions: to request a song, wait until Kathleen asks for suggestions " +
"(just before the last song on the playlist), then drop a YouTube or Bandcamp link in chat, " +
"(just before the last song on the playlist), then drop a YouTube, Bandcamp or Soundcloud link in chat, " +
"along with the artist's name, song title, and a brief description hyping your request.")
case strings.Contains(msg, "!wiki"):
err = send("Past Playlists Can Be Found On The LoadingReadyWiki: " +
Expand Down