thelounge/config.js
2014-06-19 00:17:25 +02:00

22 lines
340 B
JavaScript

module.exports = {
port: 9000,
password: "",
log: true,
theme: "",
defaults: {
nick: "shout-user",
realname: "http://github.com/erming/shout",
},
networks: [{
host: "chat.freenode.net",
port: 6697,
tls: true,
onConnect: {
commands: [""],
join: [
"#shout-irc",
]
}
}]
};