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
1 changed files with 8 additions and 7 deletions

View File

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