thelounge/config.js

16 lines
252 B
JavaScript
Raw Normal View History

2014-04-06 00:01:19 +02:00
module.exports = {
2014-06-15 19:26:05 +02:00
password: "",
port: 9000,
defaults: {
nick: "shout-user",
realname: "http://github.com/erming/shout",
},
networks: [{
host: "irc.freenode.org",
port: 6667,
channels: [
"#shout-irc",
],
}]
2014-04-06 00:01:19 +02:00
};