]> jfr.im git - erebus.git/blame - modules/contrib/trivia/trivia.json.example
finished target point voting
[erebus.git] / modules / contrib / trivia / trivia.json.example
CommitLineData
b297b1ca 1{
38b29993 2 "votetimer": 300,
3 "targetoptions": [500,1000,1337,1500],
c4763e66 4 "hintnum": 3,
5 "hinttimer": 20.0,
6 "maxmissedquestions": 10,
b5c89dfb 7 "target": 500,
b297b1ca 8 "chan": "##.test",
9 "ranks": [],
10 "users": {},
11 "questions": [
12 {
13 "answer": ["dimecadmium","wibble","i am"],
14 "question": "Who is da boss?"
c4763e66 15 },
16 {
17 "answer": "dynamic current month",
18 "question: "!MONTH"
19 },
20 {
21 "answer": "dynamic random math problem",
22 "question": "!MATH+"
23 }
b297b1ca 24 ]
25}