3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
dbot/modules/wordcrimes/config.json
reality 97f44141b3 Revert "access"
This reverts commit 333c8de2ad.
2015-01-15 02:45:07 +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" ]
}