thelounge/config.js
Mattias Erming e506522eac Refactoring
2014-06-15 19:26:29 +02:00

17 lines
269 B
JavaScript

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