From ec7e577dd75f6595a76a74f02c0a8b4cd9113d33 Mon Sep 17 00:00:00 2001 From: julien Date: Tue, 18 Aug 2009 08:28:39 +0200 Subject: Refactored command handling --- shbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shbot.sh') 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 -- cgit v1.2.3