thelounge/users/example/user.json

21 lines
369 B
JSON
Raw Normal View History

2014-07-18 16:13:10 +02:00
{
"user": "example",
"password": "password",
2014-09-16 21:47:01 +02:00
"log": false,
2014-08-19 01:54:14 +02:00
"networks": [{
2014-09-10 18:00:00 +02:00
"name": "Freenode",
"host": "irc.freenode.net",
"port": 6697,
"tls": true,
"password": "serverpw",
"nick": "john",
"username": "john",
2014-09-10 18:00:00 +02:00
"realname": "John Doe",
2014-09-09 21:31:23 +02:00
"commands": [
"/msg NickServ identify password",
"/msg ChanServ op #chan"
],
2014-08-19 01:54:14 +02:00
"join": "#foo, #bar"
}]
2014-07-18 16:13:10 +02:00
}