Shuo/config.js

16 lines
252 B
JavaScript

module.exports = {
password: "",
port: 9000,
defaults: {
nick: "shout-user",
realname: "http://github.com/erming/shout",
},
networks: [{
host: "irc.freenode.org",
port: 6667,
channels: [
"#shout-irc",
],
}]
};