Shuo/users/example/user.json

21 lines
369 B
JSON
Raw Normal View History

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