summaryrefslogtreecommitdiff
path: root/shbrain.sh
diff options
context:
space:
mode:
authorjulien2009-08-19 12:22:40 +0200
committerjulien2009-08-19 12:22:40 +0200
commitd0675339023114166a1f0da81fb49c3ee68d0c18 (patch)
tree6b2517b1fd4dd8520ddf2710b27f1243797a0db8 /shbrain.sh
parentRefactored command handling (diff)
downloadshbot-d0675339023114166a1f0da81fb49c3ee68d0c18.tar.gz
shbot-d0675339023114166a1f0da81fb49c3ee68d0c18.tar.bz2
shbot-d0675339023114166a1f0da81fb49c3ee68d0c18.zip
Added the quote module
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 6a42feb..06cad02 100755
--- a/shbrain.sh
+++ b/shbrain.sh
@@ -18,6 +18,8 @@ do
echo "JOIN $ARGS" >&3
elif [ "$CMD" = "part" ]; then
echo "PART $ARGS" >&3
+ elif [ "$CMD" = "quote" ]; then
+ ./shquote.sh ${ARGS[*]}
elif [ "$CMD" = "trains" ]; then
./shtrains.sh ${ARGS[*]}
elif [ "$CMD" = "help" ]; then