Set a temp var and check it in the ontext event
Code:
on *:text:@find *:#{
  if %@find. [ $+ [ $nick ] ] { return }
  set -u60 %@find. $+ $nick 1
  ...
}