1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwiirc_ynh.git synced 2024-09-03 19:35:59 +02:00

ssl port is 6697

This commit is contained in:
Julien Malik 2014-08-27 23:59:58 +02:00
parent 0c02566349
commit b303d7c367

View file

@ -169,7 +169,7 @@ conf.quit_message = "http://www.kiwiirc.com/ - A hand-crafted IRC client";
// Default settings for the client. These may be changed in the browser // Default settings for the client. These may be changed in the browser
conf.client = { conf.client = {
server: 'irc.freenode.net', server: 'irc.freenode.net',
port: 6667, port: 6697,
ssl: true, ssl: true,
channel: '#', channel: '#',
channel_key: '', channel_key: '',