thelounge/config.js
2014-04-26 19:44:23 +02:00

16 lines
247 B
JavaScript

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