The following code is valid? I am not very good with $regex blush
Code:
ON ^*:TEXT:*:*:{  
  if ($regex($strip($1-),/\b( $+ $me $+ )(\b)/i)) {
    echo -i2ces nick * $asctime(HH:nn) # $nick : $1- 
    flash -w 
  } 
}

THX grin