dbot/modules/report/config.json

32 lines
649 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,
2015-02-17 09:39:57 +01:00
"webAccess": "power_user",
"pageAccess": {
2014-06-06 03:16:30 +02:00
"/report/:server/:channel": "power_user"
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"
},
2015-01-29 22:41:01 +01:00
"full_redirs": {
"#chan": "#chan-fullnotify"
},
2015-01-29 22:47:18 +01:00
"host_lookup": [
"#chan"
2015-01-29 22:47:18 +01:00
],
2016-01-28 18:36:19 +01:00
"noMissingChans": [],
"offlineReporting": false
2012-12-30 21:30:49 +01:00
}