forked from GitHub/dbot
32 lines
649 B
JSON
32 lines
649 B
JSON
{
|
|
"ignorable": true,
|
|
"notifyVoice": false,
|
|
"dependencies": [ "users" ],
|
|
"dbType": "redis",
|
|
"requireWebLogin": true,
|
|
"webAccess": "power_user",
|
|
"pageAccess": {
|
|
"/report/:server/:channel": "power_user"
|
|
},
|
|
"colours": {
|
|
"wherever": {
|
|
"channels": {
|
|
"#test": "\u00032"
|
|
},
|
|
"nicks": "",
|
|
"type": ""
|
|
}
|
|
},
|
|
"chan_redirs": {
|
|
"#chan": "#chan-notify"
|
|
},
|
|
"full_redirs": {
|
|
"#chan": "#chan-fullnotify"
|
|
},
|
|
"host_lookup": [
|
|
"#chan"
|
|
],
|
|
"noMissingChans": [],
|
|
"offlineReporting": false
|
|
}
|