mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-10 12:57:46 +00:00
add a missing # NotLikeThis
This commit is contained in:
@@ -75,7 +75,7 @@ function auth() {
|
|||||||
echo "CAP REQ :twitch.tv/tags twitch.tv/commands"
|
echo "CAP REQ :twitch.tv/tags twitch.tv/commands"
|
||||||
echo "PASS oauth:${TWITCH_TOKEN}"
|
echo "PASS oauth:${TWITCH_TOKEN}"
|
||||||
echo "NICK ${TWITCH_USERNAME}"
|
echo "NICK ${TWITCH_USERNAME}"
|
||||||
echo "JOIN ${TWITCH_USERNAME}"
|
echo "JOIN #${TWITCH_USERNAME}"
|
||||||
}
|
}
|
||||||
|
|
||||||
auth | netcat irc.chat.twitch.tv 6667
|
auth | netcat irc.chat.twitch.tv 6667
|
||||||
|
|||||||
Reference in New Issue
Block a user