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
|
||||
conf.client = {
|
||||
server: 'irc.kiwiirc.com',
|
||||
port: 6697,
|
||||
server: 'irc.freenode.net',
|
||||
port: 6667,
|
||||
ssl: true,
|
||||
channel: '#kiwiirc',
|
||||
channel: '#',
|
||||
channel_key: '',
|
||||
nick: 'kiwi_?',
|
||||
settings: {
|
||||
|
|
Loading…
Add table
Reference in a new issue