provide sample config

This commit is contained in:
Flummi 2023-07-12 03:34:42 +02:00
parent f0e5b965bf
commit 9be66d6cc0
Signed by: Flummi
GPG Key ID: AA2AEF822A6F4817

19
config.example.json Normal file
View File

@ -0,0 +1,19 @@
{
"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"
]
}]
}