Merge pull request #22 from thelounge/astorije/remove-foo-channel

Remove #foo channel from default config
This commit is contained in:
Jérémie Astori 2016-02-14 15:29:02 -05:00
commit 665cfbe317

View File

@ -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"
},
//