w0bmircbot/.config.example.json

15 lines
271 B
JSON
Raw Permalink Normal View History

{
2023-07-20 12:49:05 +00:00
"servers": {
"asd": {
"host": "domain.tld",
"port": 6667,
"secure": false,
"srvPassword": "example",
"nick": "bert",
"userName": "foo",
"realName": "bar"
}
}
}