hardlounge/users/example/user.json

13 lines
211 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": [{
"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",
"join": "#foo, #bar"
}]
2014-07-18 10:13:10 -04:00
}