provide sample config
This commit is contained in:
parent
f0e5b965bf
commit
9be66d6cc0
19
config.example.json
Normal file
19
config.example.json
Normal 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"
|
||||||
|
]
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user