15 lines
271 B
JSON
15 lines
271 B
JSON
{
|
|
"servers": {
|
|
"asd": {
|
|
"host": "domain.tld",
|
|
"port": 6667,
|
|
"secure": false,
|
|
"srvPassword": "example",
|
|
"nick": "bert",
|
|
"userName": "foo",
|
|
"realName": "bar"
|
|
}
|
|
}
|
|
}
|
|
|