dbot/modules/report/config.json

12 lines
242 B
JSON
Raw Normal View History

2012-12-30 20:30:49 +00:00
{
"ignorable": true,
"notifyVoice": false,
2013-07-06 18:51:03 +00:00
"dependencies": [ "users" ],
2013-07-29 21:08:41 +00:00
"dbType": "redis",
"requireWebLogin": true,
"webAccess": "regular",
"pageAccess": {
"/report/:server/:channel": "power_users"
}
2012-12-30 20:30:49 +00:00
}