X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/689e6e9590c1fbeb47bb2433ad8418b968b49a82..8a9b8a6cd0379efd7b343bceb1fc4feed7347111:/modules/contrib/trivia/trivia.json.example diff --git a/modules/contrib/trivia/trivia.json.example b/modules/contrib/trivia/trivia.json.example index b0bc9a0..e3e462f 100644 --- a/modules/contrib/trivia/trivia.json.example +++ b/modules/contrib/trivia/trivia.json.example @@ -1,12 +1,39 @@ { - "target": 500, - "chan": "##.test", - "ranks": [], - "users": {}, - "questions": [ - { - "answer": ["dimecadmium","wibble","i am"], - "question": "Who is da boss?" - } - ] + "category": "foo", + "questions": { + "foo": [ + [ + "foo", + "bar" + ], + [ + "bar", + "baz" + ] + ] + }, + "users": { + }, + "lastwinner": "noone", + "hoflines": 2, + "hintnum": 3, + "hofformat": "
Date: %(date)sRound duration: %(duration)sTarget Score: %(targetscore)s
First: %(firstperson)s (%(firstscore)s)Second: %(secondperson)s (%(secondscore)s)Third: %(thirdperson)s (%(thirdscore)s)


", + "chan": "#foo", + "votetimer": 30, + "questionpause": 5.0, + "badqs": [], + "hofpath": "/home/hash/www/hof.html", + "topicformat": "\u00037Game is to \u001f%(target)s\u001f!\u0003 \u00035Last winner:\u0003 \u00036%(lastwinner)s\u0003 on \u00036%(lastwon)s\u0003. \u00035Top 3:\u0003 \u00036%(top3)s\u0003", + "ranks": [ + ], + "targetoptions": [ + 500, + 1000, + 1337 + ], + "lastwon": 0, + "maxmissedquestions": 25, + "hinttimer": 10.0, + "starttime": 0, + "target": 500 }