twitchdev / chatbot-python-sample

Apache License 2.0
98 stars 48 forks source link

Not connecting on port 6697 #4

Open oelna opened 3 years ago

oelna commented 3 years ago

The docs state that there is a SSL version of Twitch IRC at port 6697

However, I can only get this script to work using 6667, so not encrypted. Is that an issue on SingleServerIRCBot or something with this script?

I'm thinking the example should really use SSL by default in this day and age, if at all possible. I'm happy about any pointers!