Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
add squid command (#600)
Browse files Browse the repository at this point in the history
* Create squid.json

for storkme

* Update foods.py

* Update squid.json

* Apply suggestions from code review

Co-Authored-By: linuxdaemon <linuxdaemon.irc@gmail.com>

* Update plugins/foods.py

Co-Authored-By: linuxdaemon <linuxdaemon.irc@gmail.com>
  • Loading branch information
RhinosF1 and linuxdaemon committed Sep 2, 2019
1 parent 51f8fe1 commit 55499c2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions data/food/squid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"templates": [
"{method} {user} a {size} of squid {part}."
],
"parts": {
"method": [
"gives",
"plates up",
"cooks"
],
"size": [
"small",
"plate of",
"giant"
],
"part": [
"hood",
"tubes",
"fins",
"tentacles"
]
}
}
1 change: 1 addition & 0 deletions plugins/foods.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def __init__(self, name, unit, *commands, file=None):
BasicFood("kebab", "a kebab"),
BasicFood("cake", "a cake"),
BasicFood("hotchoc", "hotchoc"),
BasicFood("squid", "some squid"),
# Kept for posterity
# <Luke> Hey guys, any good ideas for plugins?
# <User> I don't know, something that lists every potato known to man?
Expand Down

0 comments on commit 55499c2

Please sign in to comment.