dbot/modules/report/config.json

28 lines
552 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": ""
}
},
"chan_redirs": {
"#chan": "#chan-notify"
},
"host_lookup": [
"#chan"
],
"noMissingChans": []
}