dbot/modules-stock/wordcrimes/config.json

27 lines
489 B
JSON
Raw Normal View History

{
"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" ]
}