Fix JSON syntax

master
Nicolas Weeger 2021-07-31 18:17:29 +02:00
parent e4dc7bd517
commit 57ac000386
2 changed files with 6 additions and 6 deletions

View File

@ -85,13 +85,13 @@
"match" : ["yes", "interested", "goose"], "match" : ["yes", "interested", "goose"],
"pre" : [["quest", "scorn/CoffeeGoose", "10"]], "pre" : [["quest", "scorn/CoffeeGoose", "10"]],
"post" : [["quest", "scorn/CoffeeGoose", "20"]], "post" : [["quest", "scorn/CoffeeGoose", "20"]],
"msg" : ["Why, thank you, Her name is Esmeralda, she's a special goose."] "msg" : ["Why, thank you, Her name is Esmeralda, she's a special goose."],
"replies": [["special", "What's so special about her?"]] "replies": [["special", "What's so special about her?"]]
}, { }, {
"match" : ["*"], "match" : ["*"],
"pre" : [["quest", "scorn/CoffeeGoose", "10"]], "pre" : [["quest", "scorn/CoffeeGoose", "10"]],
"post" : [], "post" : [],
"msg" : ["Yes, yes, I know, my coffee is terrible, I'm truly very sorry, it just hasn't been the same since I lost my goose. You wouldn't be interested in finding her for me would you?"] "msg" : ["Yes, yes, I know, my coffee is terrible, I'm truly very sorry, it just hasn't been the same since I lost my goose. You wouldn't be interested in finding her for me would you?"],
"replies": [["goose", "I can help you find your goose."]] "replies": [["goose", "I can help you find your goose."]]
}, { }, {
"match" : ["no"], "match" : ["no"],

View File

@ -16,7 +16,7 @@
"match" : ["name"], "match" : ["name"],
"pre" : [], "pre" : [],
"post" : [["settoken", "seenbefore", "yes"]], "post" : [["settoken", "seenbefore", "yes"]],
"msg" : ["I'm Oled. I brew the finest coffee in Scorn."] "msg" : ["I'm Oled. I brew the finest coffee in Scorn."],
"replies": [["coffee", "Can I have some coffee?"]] "replies": [["coffee", "Can I have some coffee?"]]
}, { }, {
"match" : ["lady", "friend", "Fran"], "match" : ["lady", "friend", "Fran"],