mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
Update config.js
This commit is contained in:
parent
43c70d2792
commit
7f5100b7fe
1 changed files with 5 additions and 5 deletions
|
@ -221,12 +221,12 @@ module.exports = {
|
||||||
// - `join`: Comma-separated list of channels to auto-join once connected.
|
// - `join`: Comma-separated list of channels to auto-join once connected.
|
||||||
//
|
//
|
||||||
// This value is set to connect to the official channel of The Lounge on
|
// This value is set to connect to the official channel of The Lounge on
|
||||||
// Freenode by default:
|
// irc.libera.chat by default:
|
||||||
//
|
//
|
||||||
// ```js
|
// ```js
|
||||||
// defaults: {
|
// defaults: {
|
||||||
// name: "Freenode",
|
// name: "Libera.Chat",
|
||||||
// host: "chat.freenode.net",
|
// host: "irc.libera.chat",
|
||||||
// port: 6697,
|
// port: 6697,
|
||||||
// password: "",
|
// password: "",
|
||||||
// tls: true,
|
// tls: true,
|
||||||
|
@ -238,8 +238,8 @@ module.exports = {
|
||||||
// }
|
// }
|
||||||
// ```
|
// ```
|
||||||
defaults: {
|
defaults: {
|
||||||
name: "Freenode",
|
name: "Libera.Chat",
|
||||||
host: "chat.freenode.net",
|
host: "irc.libera.chat",
|
||||||
port: 6697,
|
port: 6697,
|
||||||
password: "",
|
password: "",
|
||||||
tls: true,
|
tls: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue