mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
irc default now uses ssl
This commit is contained in:
parent
2a56cef848
commit
67ffb0e34b
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ enum class IrcAuthType { Anonymous, Custom, Pass };
|
|||
|
||||
struct IrcServerData {
|
||||
QString host;
|
||||
int port = 6667;
|
||||
bool ssl = false;
|
||||
int port = 6697;
|
||||
bool ssl = true;
|
||||
|
||||
QString user;
|
||||
QString nick;
|
||||
|
|
Loading…
Reference in a new issue