Trying to bring chat messages past proxy by ensuring SSL traffic
This commit is contained in:
@@ -28,7 +28,8 @@ class TwitchBot(commands.Bot):
|
|||||||
# These are required by twitchio
|
# These are required by twitchio
|
||||||
client_id=client_id,
|
client_id=client_id,
|
||||||
client_secret=client_secret,
|
client_secret=client_secret,
|
||||||
# The 'bot_id' is the Twitch ID of the user account the bot is running as
|
# The 'id' is the Twitch ID of the user account the bot is running as
|
||||||
|
ssl=True, # Mandate: Explicitly use SSL for the IRC connection.
|
||||||
id=bot_id
|
id=bot_id
|
||||||
)
|
)
|
||||||
self.channel_name = channel_name
|
self.channel_name = channel_name
|
||||||
|
|||||||
Reference in New Issue
Block a user