Shuo/config.js

9 lines
149 B
JavaScript
Raw Normal View History

2014-03-13 12:44:54 +00:00
module.exports = {
2014-03-13 17:50:02 +00:00
nick: "temp_name",
fullname: "Temporary Name",
autoConnect: true,
2014-03-13 15:25:01 +00:00
host: "irc.freenode.org",
channels: [
"#temp_chan"
2014-03-13 17:50:02 +00:00
],
2014-03-13 12:44:54 +00:00
};