thelounge/config.js
2014-06-02 23:08:03 +02:00

16 lines
232 B
JavaScript

module.exports = {
port: 9000,
messages: 100,
defaults: {
nick: "shout_user",
realname: "http://github.com/erming/shout",
},
networks: [{
host: "irc.freenode.org",
port: 6667,
channels: [
"#shout-irc",
],
}]
};