thelounge/config.js
Mattias Erming defffe5e9b Refactoring
2014-03-13 16:25:01 +01:00

7 lines
99 B
JavaScript

module.exports = {
host: "irc.freenode.org",
nick: "temp_user",
channels: [
"#temp_chan"
]
};