Adjust default options

This commit is contained in:
hgw 2023-10-05 11:29:19 +00:00
parent 000c009eef
commit 0ae1f47151
Signed by: hgw
SSH Key Fingerprint: SHA256:diG7RVYHjd3aDYkZWHYcBJbImu+6zfptuUP+3k/wol4

View File

@ -216,7 +216,7 @@ module.exports = {
// //
// This value is set to `"The Lounge - https://thelounge.chat"` by // This value is set to `"The Lounge - https://thelounge.chat"` by
// default. // default.
leaveMessage: "The Lounge - https://thelounge.chat", leaveMessage: "The Lounge: Hard Chats Edition - https://git.supernets.org/supernets/thelounge",
// ## Default network // ## Default network
@ -263,17 +263,18 @@ module.exports = {
// } // }
// ``` // ```
defaults: { defaults: {
name: "Libera.Chat", name: "SuperNETs",
host: "irc.libera.chat", host: "irc.supernets.org",
port: 6697, port: 6697,
password: "", password: "",
tls: true, tls: true,
rejectUnauthorized: true, rejectUnauthorized: true,
nick: "thelounge%%", nick: "webchat%%",
username: "thelounge", username: "webchat",
realname: "", realname: "",
join: "#thelounge", join: "#superbowl",
leaveMessage: "", leaveMessage:
"The Lounge: Hard Chats Edition - https://git.supernets.org/supernets/thelounge",
}, },
// ### `lockNetwork` // ### `lockNetwork`