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