2014-04-05 22:01:19 +00:00
|
|
|
module.exports = {
|
|
|
|
defaults: {
|
2014-04-23 18:44:44 +00:00
|
|
|
nick: "j_doe",
|
|
|
|
realname: "John Doe",
|
2014-04-05 22:01:19 +00:00
|
|
|
},
|
2014-04-23 18:44:44 +00:00
|
|
|
networks: [{
|
2014-04-05 22:01:19 +00:00
|
|
|
host: "irc.freenode.org",
|
2014-04-23 18:44:44 +00:00
|
|
|
port: 6667,
|
|
|
|
channels: [
|
|
|
|
"#t_chan",
|
|
|
|
],
|
2014-04-05 22:01:19 +00:00
|
|
|
}]
|
|
|
|
};
|