add a missing # NotLikeThis

This commit is contained in:
Sarah Schulte
2023-04-08 01:52:13 -07:00
committed by GitHub
parent f663da966d
commit f22da98524

View File

@@ -75,7 +75,7 @@ function auth() {
echo "CAP REQ :twitch.tv/tags twitch.tv/commands"
echo "PASS oauth:${TWITCH_TOKEN}"
echo "NICK ${TWITCH_USERNAME}"
echo "JOIN ${TWITCH_USERNAME}"
echo "JOIN #${TWITCH_USERNAME}"
}
auth | netcat irc.chat.twitch.tv 6667