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