thelounge/users/example/user.json

12 lines
186 B
JSON
Raw Normal View History

2014-07-18 16:13:10 +02:00
{
"user": "example",
"password": "password",
2014-08-19 01:54:14 +02:00
"networks": [{
"host": "irc.rizon.net",
"port": 6667,
"nick": "example",
"realname": "Example User",
"join": "#foo, #bar"
}]
2014-07-18 16:13:10 +02:00
}