From 7701c3eaa6cfc7a702629fe0625d739cfd3fb251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 13 Feb 2016 02:49:17 -0500 Subject: [PATCH] Remove #foo channel from default config --- defaults/config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" }, //