thelounge/config.js

13 lines
219 B
JavaScript
Raw Normal View History

2014-06-27 01:05:47 +02:00
module.exports = {
2014-06-29 03:07:38 +02:00
port: 9000,
2014-07-18 16:40:08 +02:00
theme: "themes/example.css",
2014-07-17 15:38:41 +02:00
public: true,
2014-07-18 16:40:08 +02:00
defaults: {
host: "irc.freenode.net",
port: 6667,
nick: "shout-user",
realname: "Shout User",
join: "#shout-irc"
}
2014-06-27 01:05:47 +02:00
};