Adjust default options
This commit is contained in:
parent
000c009eef
commit
0ae1f47151
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user