hardlounge/users/example/user.json

18 lines
317 B
JSON
Raw Normal View History

2014-07-18 10:13:10 -04:00
{
"user": "example",
"password": "password",
2014-08-18 19:54:14 -04:00
"networks": [{
2014-09-09 18:11:51 -04:00
"name": "Rizon",
2014-08-18 19:54:14 -04:00
"host": "irc.rizon.net",
"port": 6667,
2014-09-09 05:19:16 -04:00
"password": "serverpw"
2014-08-18 19:54:14 -04:00
"nick": "example",
"realname": "Example User",
2014-09-09 15:31:23 -04:00
"commands": [
"/msg NickServ identify password",
"/msg ChanServ op #chan"
],
2014-08-18 19:54:14 -04:00
"join": "#foo, #bar"
}]
2014-07-18 10:13:10 -04:00
}