dbot/modules-stock/report/config.json
Georg 70a21d2b18
Signed-off-by: Georg <georg@lysergic.dev>
Init

- Initial fixes in modules
- Bundled adapted jsbot
- Elaborative README.md
2021-08-24 21:16:26 +02: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
}