w0bmircbot/.config.example.json

15 lines
190 B
JSON
Raw Normal View History

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