Shuo/config.js

17 lines
269 B
JavaScript
Raw Normal View History

2014-04-05 22:01:19 +00:00
module.exports = {
2014-06-15 17:26:05 +00:00
password: "",
port: 9000,
defaults: {
nick: "shout-user",
realname: "http://github.com/erming/shout",
},
messages: 100,
networks: [{
host: "irc.freenode.org",
port: 6667,
channels: [
"#shout-irc",
],
}]
2014-04-05 22:01:19 +00:00
};