thelounge/config.js
2014-04-30 17:14:54 +02:00

16 lines
228 B
JavaScript

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