hardlounge/config.js

16 lines
232 B
JavaScript
Raw Normal View History

2014-04-05 18:01:19 -04:00
module.exports = {
2014-04-26 13:44:16 -04:00
port: 9000,
2014-06-02 17:08:03 -04:00
messages: 100,
2014-04-05 18:01:19 -04:00
defaults: {
2014-04-23 18:03:35 -04:00
nick: "shout_user",
realname: "http://github.com/erming/shout",
2014-04-05 18:01:19 -04:00
},
networks: [{
2014-04-05 18:01:19 -04:00
host: "irc.freenode.org",
port: 6667,
channels: [
2014-04-23 18:03:35 -04:00
"#shout-irc",
],
2014-04-05 18:01:19 -04:00
}]
};