Merge pull request #22 from thelounge/astorije/remove-foo-channel
Remove #foo channel from default config
This commit is contained in:
commit
665cfbe317
@ -187,11 +187,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"
|
||||||
},
|
},
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user