From f22da9852400d25fb8941fac93f22d163e1b116c Mon Sep 17 00:00:00 2001 From: Sarah Schulte Date: Sat, 8 Apr 2023 01:52:13 -0700 Subject: [PATCH] add a missing # NotLikeThis --- content/blog/twitch-chatbot-in-bash/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/twitch-chatbot-in-bash/index.md b/content/blog/twitch-chatbot-in-bash/index.md index c35599e1..d2b97c2a 100644 --- a/content/blog/twitch-chatbot-in-bash/index.md +++ b/content/blog/twitch-chatbot-in-bash/index.md @@ -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