thelounge/config.js

12 lines
165 B
JavaScript
Raw Normal View History

2014-04-06 00:01:19 +02:00
module.exports = {
port: 9000,
defaults: {
nick: "t_user",
realname: "Temp User",
},
servers: [{
host: "irc.freenode.org",
channels: ["#t_chan"],
}]
};