This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues/pull-requests.
|
{
|
|
"debug": false,
|
|
"servers": [
|
|
{
|
|
"host": "ircserver.tld",
|
|
"port": 6697,
|
|
"user": "botUser",
|
|
"pass": "botPassword",
|
|
"nick": "botNick",
|
|
"channels": ["#channel1", "#channel2"],
|
|
"codePrefix": "!",
|
|
"admins": [
|
|
{
|
|
"user": "adminUser",
|
|
"pass": "adminPass"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|