Remove #foo channel from default config
This commit is contained in:
parent
b1e9a958d2
commit
7701c3eaa6
@ -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"
|
||||
},
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user