summaryrefslogtreecommitdiff
path: root/shbrain.sh
diff options
context:
space:
mode:
authorVivia Nikolaidou2013-11-05 15:49:25 +0200
committerVivia Nikolaidou2013-11-05 15:49:25 +0200
commit2f80a68b1f4e9cb5a636a38de90dd39987ebaa51 (patch)
treeb2ccc8c89db8bd3d34c8688cf737595f13c9d08f /shbrain.sh
parentFixed advert command (diff)
downloadshbot-2f80a68b1f4e9cb5a636a38de90dd39987ebaa51.tar.gz
shbot-2f80a68b1f4e9cb5a636a38de90dd39987ebaa51.tar.bz2
shbot-2f80a68b1f4e9cb5a636a38de90dd39987ebaa51.zip
Added the duck generation module.
The duck generation module listens to the "duck" command. It will then generate a random duck based on https://github.com/adyxax/hsbot with some additional heads and beaks.
Diffstat (limited to 'shbrain.sh')
-rwxr-xr-xshbrain.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/shbrain.sh b/shbrain.sh
index 93bded0..3b1f700 100755
--- a/shbrain.sh
+++ b/shbrain.sh
@@ -22,6 +22,8 @@ do
./shquote.sh ${ARGS[*]}
elif [ "$CMD" = "trains" ]; then
./shtrains.sh ${ARGS[*]}
+ elif [ "$CMD" = "duck" ]; then
+ ./shduck.sh
elif [ "$CMD" = "help" ]; then
./shhelp.sh $ARGS
else