3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
dbot/modules/report/config.json
2015-02-17 08:39:57 +00:00

31 lines
618 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": []
}