This commit is contained in:
vnguyen 2013-07-22 08:52:56 -04:00
commit 7efb61a9df

2
bot.sh
View File

@ -47,7 +47,7 @@ do
./modules/help.sh $who $from >> $input ./modules/help.sh $who $from >> $input
continue continue
fi fi
./modules/$com.sh $who $from $(echo "$will" | cut -d " " -f3-99) >> $input ./modules/$com.sh $who $from $(echo "$will" | cut -d " " -f2-99) >> $input
;; ;;
*) *)
echo "$res" echo "$res"