dbot/modules-stock/wordcrimes/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

27 lines
489 B
JSON

{
"dict": "/usr/share/dict/british-english",
"puzzles": [
{
"type": "start",
"part": "en"
},
{
"type": "start",
"part": "re"
},
{
"type": "end",
"part": "tain"
},
{
"type": "end",
"part": "ter"
},
{
"type": "start",
"part": "under"
}
],
"allowed_chans": [ "#realitree" ]
}