hardlounge/users/example/user.json

14 lines
187 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",
"realname": "Example",
"join": "#chan"
2014-07-18 21:31:00 -04:00
}
2014-07-18 10:13:10 -04:00
]
}