thelounge/users/example/user.json
2014-09-09 15:20:07 -07:00

18 lines
317 B
JSON

{
"user": "example",
"password": "password",
"networks": [{
"name": "Rizon",
"host": "irc.rizon.net",
"port": 6667,
"password": "serverpw"
"nick": "example",
"realname": "Example User",
"commands": [
"/msg NickServ identify password",
"/msg ChanServ op #chan"
],
"join": "#foo, #bar"
}]
}