schmirc/config.example.json

27 lines
448 B
JSON
Raw Normal View History

2023-07-12 01:34:42 +00:00
{
2023-07-12 06:11:27 +00:00
"bot": {
"autojoin": false,
"debug": false,
"verbose": 3,
"pokerbot": "hirc",
"channel": "#poker"
2023-07-12 06:11:27 +00:00
},
2023-07-12 01:34:42 +00:00
"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"
]
}]
}