|
|
|
@ -231,12 +231,12 @@ module.exports = {
|
|
|
|
|
// - `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
|
|
|
|
|
// Freenode by default:
|
|
|
|
|
// Libera.Chat by default:
|
|
|
|
|
//
|
|
|
|
|
// ```js
|
|
|
|
|
// defaults: {
|
|
|
|
|
// name: "Freenode",
|
|
|
|
|
// host: "chat.freenode.net",
|
|
|
|
|
// name: "Libera.Chat",
|
|
|
|
|
// host: "irc.libera.chat",
|
|
|
|
|
// port: 6697,
|
|
|
|
|
// password: "",
|
|
|
|
|
// tls: true,
|
|
|
|
@ -248,8 +248,8 @@ module.exports = {
|
|
|
|
|
// }
|
|
|
|
|
// ```
|
|
|
|
|
defaults: { |
|
|
|
|
name: "Freenode", |
|
|
|
|
host: "chat.freenode.net", |
|
|
|
|
name: "Libera.Chat", |
|
|
|
|
host: "irc.libera.chat", |
|
|
|
|
port: 6697, |
|
|
|
|
password: "", |
|
|
|
|
tls: true, |
|
|
|
|