19 lines
332 B
JSON
19 lines
332 B
JSON
{
|
|
"user": "example",
|
|
"password": "password",
|
|
"networks": [{
|
|
"name": "Freenode",
|
|
"host": "irc.freenode.net",
|
|
"port": 6697,
|
|
"tls": true,
|
|
"password": "serverpw",
|
|
"nick": "john",
|
|
"realname": "John Doe",
|
|
"commands": [
|
|
"/msg NickServ identify password",
|
|
"/msg ChanServ op #chan"
|
|
],
|
|
"join": "#foo, #bar"
|
|
}]
|
|
}
|