hardlounge/users/example/user.json

14 lines
197 B
JSON
Raw Normal View History

2014-07-18 10:13:10 -04:00
{
"user": "example",
"password": "password",
2014-07-18 21:31:00 -04:00
"networks": [
{
"host": "irc.rizon.net",
2014-07-20 18:55:58 -04:00
"port": 6667,
"nick": "example",
2014-08-13 21:51:54 -04:00
"realname": "Example User",
"join": "#foo, #bar"
2014-07-18 21:31:00 -04:00
}
2014-07-18 10:13:10 -04:00
]
}