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:
parent
bb4584639c
commit
0c02566349
1 changed files with 3 additions and 3 deletions
|
@ -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
|
// Default settings for the client. These may be changed in the browser
|
||||||
conf.client = {
|
conf.client = {
|
||||||
server: 'irc.kiwiirc.com',
|
server: 'irc.freenode.net',
|
||||||
port: 6697,
|
port: 6667,
|
||||||
ssl: true,
|
ssl: true,
|
||||||
channel: '#kiwiirc',
|
channel: '#',
|
||||||
channel_key: '',
|
channel_key: '',
|
||||||
nick: 'kiwi_?',
|
nick: 'kiwi_?',
|
||||||
settings: {
|
settings: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue