no need of except

no need of except changing the get_stats function to …

thx
OWen

get_stats()
{
RESULT=`echo “stats” | nc $2 $3`
STATS=`echo “$RESULT” | grep “${1}”|sed -e ‘s/r//’`
printf “%sn” “$STATS”
return $__RET
}