dbot/modules/report/config.json

25 lines
508 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": ""
}
2013-08-31 18:25:11 +02:00
},
2013-10-13 02:29:34 +02:00
"chan_redirs": {
"#chan": "#chan-notify"
},
2013-08-31 18:25:11 +02:00
"noMissingChans": []
2012-12-30 21:30:49 +01:00
}