mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 03:53:08 +00:00
Changed the hostname of freenode to the correct one as suggested by their website
This commit is contained in:
parent
f87d605b53
commit
30fa879400
1 changed files with 2 additions and 2 deletions
|
@ -132,9 +132,9 @@ module.exports = {
|
|||
// Host
|
||||
//
|
||||
// @type string
|
||||
// @default "irc.freenode.org"
|
||||
// @default "chat.freenode.net"
|
||||
//
|
||||
host: "irc.freenode.org",
|
||||
host: "chat.freenode.net",
|
||||
|
||||
//
|
||||
// Port
|
||||
|
|
Loading…
Reference in a new issue