#! /bin/sh if [ "$1" ]; then uin="$1" else echo "Usage: $0 uin" >&2 exit 1 fi wget -Y off -O - -q "http://status.icq.com/online.gif?icq=$uin&img=21" | xli stdin #wget -Y off -O - -q "http://status.icq.com/online.gif?web=$uin&img=1" | xli stdin #wget -Y off -O - -q "http://online.mirabilis.com/scripts/online.dll?icq=$uin&img=5" | xli stdin # online0.gif - Offline # online1.gif - Online # online2.gif - Unknown