Shuo/config.js

7 lines
99 B
JavaScript
Raw Normal View History

2014-03-13 12:44:54 +00:00
module.exports = {
2014-03-13 15:25:01 +00:00
host: "irc.freenode.org",
nick: "temp_user",
channels: [
"#temp_chan"
]
2014-03-13 12:44:54 +00:00
};