thelounge/config.js
Mattias Erming cfb7edd659 Refactoring
2014-05-02 19:46:18 +02:00

14 lines
216 B
JavaScript

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