thelounge/users/example/user.json
2014-09-09 12:31:23 -07:00

17 lines
298 B
JSON

{
"user": "example",
"password": "password",
"networks": [{
"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"
}]
}