dbot/modules/wordcrimes/config.json
2015-01-12 04:30:31 +00: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" ]
}