3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/modules/report/config.json
2013-08-31 16:25:11 +00:00

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": []
}