dbot/modules/report/config.json
2016-01-28 17:36:19 +00:00

32 lines
649 B
JSON

{
"ignorable": true,
"notifyVoice": false,
"dependencies": [ "users" ],
"dbType": "redis",
"requireWebLogin": true,
"webAccess": "power_user",
"pageAccess": {
"/report/:server/:channel": "power_user"
},
"colours": {
"wherever": {
"channels": {
"#test": "\u00032"
},
"nicks": "",
"type": ""
}
},
"chan_redirs": {
"#chan": "#chan-notify"
},
"full_redirs": {
"#chan": "#chan-fullnotify"
},
"host_lookup": [
"#chan"
],
"noMissingChans": [],
"offlineReporting": false
}