dbot/modules/report/config.json

21 lines
422 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"
2013-08-21 20:12:43 +02:00
},
"colours": {
"wherever": {
"channels": {
"#test": "\u00032"
},
"nicks": "",
"type": ""
}
}
2012-12-30 21:30:49 +01:00
}