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" } };