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

set irc.freenode.net as default server

This commit is contained in:
Julien Malik 2014-08-27 23:55:26 +02:00
parent bb4584639c
commit 0c02566349

View file

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