Skip to content

Commit

Permalink
Remove #foo channel from default config
Browse files Browse the repository at this point in the history
  • Loading branch information
astorije committed Feb 14, 2016
1 parent b1e9a95 commit 7701c3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions defaults/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},

//
Expand Down

0 comments on commit 7701c3e

Please sign in to comment.