dbot/modules/report/config.json

12 lines
242 B
JSON
Raw Normal View History

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