diff --git a/defaults/config.js b/defaults/config.js index eab8af6a..060cd1d4 100644 --- a/defaults/config.js +++ b/defaults/config.js @@ -187,11 +187,12 @@ module.exports = { // // Channels + // This is a comma-separated list. // // @type string - // @default "#foo, #thelounge" + // @default "#thelounge" // - join: "#foo, #thelounge" + join: "#thelounge" }, //