Skip to content

Commit 55499c2

Browse files
RhinosF1linuxdaemon
andcommitted
add squid command (#600)
* Create squid.json for storkme * Update foods.py * Update squid.json * Apply suggestions from code review Co-Authored-By: linuxdaemon <[email protected]> * Update plugins/foods.py Co-Authored-By: linuxdaemon <[email protected]>
1 parent 51f8fe1 commit 55499c2

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

data/food/squid.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"templates": [
3+
"{method} {user} a {size} of squid {part}."
4+
],
5+
"parts": {
6+
"method": [
7+
"gives",
8+
"plates up",
9+
"cooks"
10+
],
11+
"size": [
12+
"small",
13+
"plate of",
14+
"giant"
15+
],
16+
"part": [
17+
"hood",
18+
"tubes",
19+
"fins",
20+
"tentacles"
21+
]
22+
}
23+
}

plugins/foods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def __init__(self, name, unit, *commands, file=None):
4848
BasicFood("kebab", "a kebab"),
4949
BasicFood("cake", "a cake"),
5050
BasicFood("hotchoc", "hotchoc"),
51+
BasicFood("squid", "some squid"),
5152
# Kept for posterity
5253
# <Luke> Hey guys, any good ideas for plugins?
5354
# <User> I don't know, something that lists every potato known to man?

0 commit comments

Comments
 (0)