Remove #foo channel from default config

This commit is contained in:
Jérémie Astori 2016-02-13 02:49:17 -05:00
parent b1e9a958d2
commit 7701c3eaa6
1 changed files with 3 additions and 2 deletions

View File

@ -186,11 +186,12 @@ module.exports = {
// //
// Channels // Channels
// This is a comma-separated list.
// //
// @type string // @type string
// @default "#foo, #thelounge" // @default "#thelounge"
// //
join: "#foo, #thelounge" join: "#thelounge"
}, },
// //