2014-04-05 22:01:19 +00:00
|
|
|
module.exports = {
|
2014-04-26 17:44:16 +00:00
|
|
|
port: 9000,
|
2014-04-05 22:01:19 +00:00
|
|
|
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
|
|
|
},
|
2014-04-23 18:44:44 +00:00
|
|
|
networks: [{
|
2014-04-05 22:01:19 +00:00
|
|
|
host: "irc.freenode.org",
|
2014-04-23 18:44:44 +00:00
|
|
|
port: 6667,
|
|
|
|
channels: [
|
2014-04-23 22:03:35 +00:00
|
|
|
"#shout-irc",
|
2014-04-23 18:44:44 +00:00
|
|
|
],
|
2014-04-05 22:01:19 +00:00
|
|
|
}]
|
|
|
|
};
|