summaryrefslogtreecommitdiff
path: root/shbot.sh
diff options
context:
space:
mode:
authorjulien2009-08-18 08:28:39 +0200
committerjulien2009-08-18 08:28:39 +0200
commitec7e577dd75f6595a76a74f02c0a8b4cd9113d33 (patch)
tree30aec0c3b48f6eb1a151fb04db52c8d52bfaca8c /shbot.sh
parentFixed the trains script by changing the parsing strategy; added some response... (diff)
downloadshbot-ec7e577dd75f6595a76a74f02c0a8b4cd9113d33.tar.gz
shbot-ec7e577dd75f6595a76a74f02c0a8b4cd9113d33.tar.bz2
shbot-ec7e577dd75f6595a76a74f02c0a8b4cd9113d33.zip
Refactored command handling
Diffstat (limited to 'shbot.sh')
-rwxr-xr-xshbot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shbot.sh b/shbot.sh
index 3a0e7ca..47e3865 100755
--- a/shbot.sh
+++ b/shbot.sh
@@ -18,7 +18,7 @@ do
do
read ANSWER || break
echo "--> "$ANSWER
- echo "PRIVMSG $ORIGIN :"$ANSWER >&3
+ echo "PRIVMSG $ORIGIN :"$ANSWER >&3 3>&3
done
fi
done