mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 01:00:19 +00:00
Use 6697 for SSL connections by default
http://blog.freenode.net/2011/02/port-6697-irc-via-tlsssl/
This commit is contained in:
@@ -1689,7 +1689,7 @@ server_connect (server *serv, char *hostname, int port, int no_login)
|
||||
port = 6667;
|
||||
#ifdef USE_OPENSSL
|
||||
if (serv->use_ssl)
|
||||
port = 9999;
|
||||
port = 6697;
|
||||
#endif
|
||||
}
|
||||
port &= 0xffff; /* wrap around */
|
||||
|
||||
Reference in New Issue
Block a user