diff --git a/src/common/Env.cpp b/src/common/Env.cpp index 908e25f4..1fa819c3 100644 --- a/src/common/Env.cpp +++ b/src/common/Env.cpp @@ -59,7 +59,7 @@ Env::Env() "https://braize.pajlada.com/chatterino/twitchemotes/set/%1/")) , twitchServerHost( readStringEnv("CHATTERINO2_TWITCH_SERVER_HOST", "irc.chat.twitch.tv")) - , twitchServerPort(readPortEnv("CHATTERINO2_TWITCH_SERVER_PORT", 6697)) + , twitchServerPort(readPortEnv("CHATTERINO2_TWITCH_SERVER_PORT", 443)) , twitchServerSecure(readBoolEnv("CHATTERINO2_TWITCH_SERVER_SECURE", true)) { }