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:
parent
0c02566349
commit
b303d7c367
1 changed files with 1 additions and 1 deletions
|
@ -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: '',
|
||||||
|
|
Loading…
Reference in a new issue