Shuo/config.js

7 lines
99 B
JavaScript

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