schmirc/config.example.json
2023-07-12 03:34:42 +02:00

20 lines
323 B
JSON

{
"clients": [{
"type": "irc",
"enabled": true,
"network": "n0xy",
"host": "",
"port": 6697,
"ssl": true,
"selfSigned": false,
"sasl": false,
"nickname": "schmirc",
"username": "schmirc",
"password": "",
"realname": "schmirc",
"channels": [
"#poker"
]
}]
}