Shuo/config.js

14 lines
173 B
JavaScript
Raw Normal View History

2014-04-05 22:01:19 +00:00
module.exports = {
defaults: {
nick: "j_doe",
realname: "John Doe",
2014-04-05 22:01:19 +00:00
},
networks: [{
2014-04-05 22:01:19 +00:00
host: "irc.freenode.org",
port: 6667,
channels: [
"#t_chan",
],
2014-04-05 22:01:19 +00:00
}]
};