Skip to content

Commit 691f461

Browse files
committed
fix example config.js
1 parent 445a86b commit 691f461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defaults/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ module.exports = {
263263
// }
264264
// ```
265265
defaults: {
266-
network: "Libera.Chat",
266+
name: "Libera.Chat",
267267
password: "",
268268
rejectUnauthorized: true,
269269
nick: "thelounge%%",
@@ -295,7 +295,7 @@ module.exports = {
295295
tls: true,
296296
rejectUnauthorized: true
297297
}
298-
}
298+
},
299299

300300
// ## User management
301301

0 commit comments

Comments
 (0)