summaryrefslogtreecommitdiff
path: root/shbrain.sh
diff options
context:
space:
mode:
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