-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdata.json
73 lines (73 loc) · 1.7 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"topics": {
"random": {
"name": "random",
"flags": {
"keep": "keep"
},
"keywords": [],
"filter": null,
"gambits": [
"L3PhhiDv"
]
}
},
"gambits": {
"L3PhhiDv": {
"trigger": {
"flags": {},
"filter": "^hasTag('hello')",
"question": false,
"raw": "*~2",
"clean": "\\s*((?:[^\\s]+\\s+){0,1}(?:[^\\s]+)?)\\s*"
},
"replies": [
"HHv7mP8n",
"cP4UGgvf",
"n8X5hhNK",
"BMOKMg29",
"ITrNZZiO",
"rNM52RoZ"
],
"conditional": null,
"conversation": null,
"topic": "random"
}
},
"replies": {
"HHv7mP8n": {
"string": "Hi!",
"filter": null,
"keep": false
},
"cP4UGgvf": {
"string": "Hi, how are you?",
"filter": null,
"keep": false
},
"n8X5hhNK": {
"string": "How are you?",
"filter": null,
"keep": false
},
"BMOKMg29": {
"string": "Hello",
"filter": null,
"keep": false
},
"ITrNZZiO": {
"string": "Howdy",
"filter": null,
"keep": false
},
"rNM52RoZ": {
"string": "Ola",
"filter": null,
"keep": false
}
},
"checksums": {
"./chat/main.ss": "39cbc28aebe38e26c8cf1b42243f1d6beb6eccb6"
},
"version": 1
}