thelounge/config.js
2014-06-23 19:28:49 +02:00

23 lines
385 B
JavaScript

module.exports = {
port: 9000,
theme: "",
users: {
"username": {
password: "",
nick: "shout",
realname: "http://github.com/erming/shout",
log: false,
networks: [{
host: "irc.freenode.org",
port: 6667,
tls: false,
onConnect: {
join: [
"#shout-irc"
]
}
}]
}
}
};