thelounge/config.js

16 lines
247 B
JavaScript
Raw Normal View History

2014-04-06 00:01:19 +02:00
module.exports = {
2014-04-26 19:44:16 +02:00
port: 9000,
2014-04-24 22:34:40 +02:00
theme: "/themes/default.css",
2014-04-06 00:01:19 +02:00
defaults: {
2014-04-24 00:03:35 +02:00
nick: "shout_user",
realname: "http://github.com/erming/shout",
2014-04-06 00:01:19 +02:00
},
networks: [{
2014-04-06 00:01:19 +02:00
host: "irc.freenode.org",
port: 6667,
channels: [
2014-04-24 00:03:35 +02:00
"#shout-irc",
],
2014-04-06 00:01:19 +02:00
}]
};