mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Revert "changed default port from 443 to 6697"
It doens't appear to be the issue that builds aren't working
This reverts commit 56b7a3616f
.
This commit is contained in:
parent
56b7a3616f
commit
c6e1a1de2e
|
@ -92,7 +92,7 @@ void TwitchIrcServer::initializeConnection(IrcConnection *connection,
|
|||
// SSL disabled: irc://irc.chat.twitch.tv:6667 (or port 80)
|
||||
// SSL enabled: irc://irc.chat.twitch.tv:6697 (or port 443)
|
||||
connection->setHost("irc.chat.twitch.tv");
|
||||
connection->setPort(6697);
|
||||
connection->setPort(443);
|
||||
|
||||
this->open(type);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue