mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
22 lines
448 B
JSON
22 lines
448 B
JSON
{
|
|
"ignorable": true,
|
|
"notifyVoice": false,
|
|
"dependencies": [ "users" ],
|
|
"dbType": "redis",
|
|
"requireWebLogin": true,
|
|
"webAccess": "regular",
|
|
"pageAccess": {
|
|
"/report/:server/:channel": "power_users"
|
|
},
|
|
"colours": {
|
|
"wherever": {
|
|
"channels": {
|
|
"#test": "\u00032"
|
|
},
|
|
"nicks": "",
|
|
"type": ""
|
|
}
|
|
},
|
|
"noMissingChans": []
|
|
}
|