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,14 +85,14 @@
"match" : ["yes", "interested", "goose"],
"pre" : [["quest", "scorn/CoffeeGoose", "10"]],
"post" : [["quest", "scorn/CoffeeGoose", "20"]],
"msg" : ["Why, thank you, Her name is Esmeralda, she's a special goose."]
"replies" : [["special", "What's so special about her?"]]
"msg" : ["Why, thank you, Her name is Esmeralda, she's a special goose."],
"replies": [["special", "What's so special about her?"]]
}, {
"match" : ["*"],
"pre" : [["quest", "scorn/CoffeeGoose", "10"]],
"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?"]
"replies" : [["goose", "I can help you find your goose."]]
"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."]]
}, {
"match" : ["no"],
"pre" : [["token", "offercoffee", "yes"]],

View File

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