Shuo/config.js

14 lines
203 B
JavaScript
Raw Normal View History

2014-04-05 22:01:19 +00:00
module.exports = {
defaults: {
2014-04-23 22:03:35 +00:00
nick: "shout_user",
realname: "http://github.com/erming/shout",
2014-04-05 22:01:19 +00:00
},
networks: [{
2014-04-05 22:01:19 +00:00
host: "irc.freenode.org",
port: 6667,
channels: [
2014-04-23 22:03:35 +00:00
"#shout-irc",
],
2014-04-05 22:01:19 +00:00
}]
};