Skip to content

Commit 24621a6

Browse files
authored
Merge pull request CloudBotIRC#220 from Vault108/gonzobot
Sick users need soup
2 parents 78b0eda + 35dfa82 commit 24621a6

2 files changed

Lines changed: 68 additions & 0 deletions

File tree

data/food/soup.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"templates": [
3+
"hands {user} a {size} {soup} soup with {side}."
4+
],
5+
"parts": {
6+
"soup": [
7+
"Ajiaco",
8+
"Avgolemono",
9+
"Borscht",
10+
"Beef noodle",
11+
"Beer",
12+
"Birds nest",
13+
"Chicken noodle",
14+
"Caldo verde",
15+
"Cazuela",
16+
"Chicken Noodle",
17+
"Cock-a-leekie",
18+
"Fufu and Egusi",
19+
"Gomguk",
20+
"Goulash",
21+
"Gumbo",
22+
"Kharcho",
23+
"Kimchi Guk",
24+
"Lagman",
25+
"Leek",
26+
"Lentil",
27+
"Matzah ball",
28+
"Menudo",
29+
"Minestrone",
30+
"Miyeok guk",
31+
"Milligatawny",
32+
"Barley",
33+
"Nettle",
34+
"Oxtail",
35+
"Pozole",
36+
"Pumpkin",
37+
"Samgyetang",
38+
"Snert",
39+
"Corn chowder",
40+
"French onion",
41+
"Lobster",
42+
"Miso",
43+
"She-crab",
44+
"Tomato",
45+
"Tteokguk",
46+
"Winter mellon",
47+
"Crab Gaxpacho",
48+
"Salmorejo",
49+
"Tarator",
50+
"New England clam chowder"
51+
],
52+
"size": [
53+
"Large bowl of",
54+
"Small bowl of",
55+
"Cup of",
56+
"Gallon of",
57+
"Medium bowl of",
58+
"Bread bowl of"
59+
],
60+
"side": [
61+
"Some Croutons",
62+
"A baguette",
63+
"Sliced apples",
64+
"Chicken"
65+
]
66+
}
67+
}

plugins/foods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def __init__(self, name, unit, *commands, file=None):
5151
# <Luke> BRILLIANT
5252
BasicFood("potato", "a potato"),
5353
BasicFood("cookie", "a cookie", file="cookies.json"),
54+
BasicFood("soup", "Some Soup"),
5455
BasicFood("halal", "food", "halal", "halaal"),
5556
BasicFood("kosher", "food"),
5657
)

0 commit comments

Comments
 (0)