Shuo/users/example/user.json

18 lines
317 B
JSON
Raw Normal View History

2014-07-18 14:13:10 +00:00
{
"user": "example",
"password": "password",
2014-08-18 23:54:14 +00:00
"networks": [{
2014-09-09 22:11:51 +00:00
"name": "Rizon",
2014-08-18 23:54:14 +00:00
"host": "irc.rizon.net",
"port": 6667,
2014-09-09 09:19:16 +00:00
"password": "serverpw"
2014-08-18 23:54:14 +00:00
"nick": "example",
"realname": "Example User",
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
}