thelounge/config.js
2014-04-24 00:03:35 +02:00

14 lines
203 B
JavaScript

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