thelounge/config.js
2014-07-18 07:40:08 -07:00

13 lines
219 B
JavaScript

module.exports = {
port: 9000,
theme: "themes/example.css",
public: true,
defaults: {
host: "irc.freenode.net",
port: 6667,
nick: "shout-user",
realname: "Shout User",
join: "#shout-irc"
}
};