18 lines
317 B
JSON
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"
|
|
}]
|
|
}
|