thelounge/config.js
2014-06-16 15:13:43 +02:00

16 lines
252 B
JavaScript

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