Code:
on *:join:#:{ 
  .write $qt($scriptdirtracker.txt) ( $time(HH:nn:ss) on $adate ) - $address - $nick 
} 
on *:text:!find*:*:{ 
  find $nick $2 
} 
alias find { 
  if !$2 {    .msg $1 Usage !find <nick>  } 
  else { 
    if !$read($qt($scriptdirtracker.txt),w,$+(*,$2)) { 
      .msg $1 No matches for $2 found 
    } 
    else { 
      var %a = 1, %b = $lines($qt($scriptdirtracker.txt)), %match 
      while %a <= %b { 
        inc %match 
        .timer 1 %match msg $1 $read($qt($scriptdirtracker.txt),w,$+(*,$2),%a) 
        %a = $readn 
        inc %a 
      } 
    } 
  } 
} 


@i paste that in my remote but whenever i type !find <nick> my iRC gets hang so that i constrained myself to quit the iRC..i dnt know what is the problem on that..

so, can u guys edit it? so that i can use that code. thnx.. if u can make it to hsh table .ini file to make it perfect go ahead sir..i realy need a help.. smile