I snaged this code from the form a while back:

Code:
alias serverping {
  set -u60 %serverping. $+ $$1 $ticks
  .raw time $1
}
raw 391:*:if %serverping. [ $+ [ $nick ] ] {
  echo -a * ServerPing from $nick $+ : $calc(($ticks - $ifmatch)*.001) seconds
  unset %serverping. $+ $nick
  halt
}


On my old script, this worked. What i had it do was put the results into a cell I made on a status bar. But now, it dosnt seem to work. Anything look wrong?



;Check for Life

if (%life == $null) {
goto getlife
}