27 lines
448 B
JSON
27 lines
448 B
JSON
{
|
|
"bot": {
|
|
"autojoin": false,
|
|
"debug": false,
|
|
"verbose": 3,
|
|
"pokerbot": "hirc",
|
|
"channel": "#poker"
|
|
},
|
|
"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"
|
|
]
|
|
}]
|
|
}
|