w0bmircbot/.config.example.json
2023-07-20 12:42:13 +00:00

15 lines
190 B
JSON

{
"servers": {
"asd": {
"host": "domain.tld",
"port": 6667,
"secure": false,
"srvPassword": "example",
"nick": "bert",
"userName": "foo",
"realName": "bar"
}
}
}