Hows something like this?
Code:
on *:TEXT:@find*:#:{ 
 if (% $+ $nick $+ .find == $nick) { halt }
  else {
    set -u60 % $+ $nick $+ .find $nick
    other commands and if statements
  }
}