Hi, guys help me about my script..
Code:
on *:text:$($iif(!find* iswm $strip($1),$1)):#:{ 
  if (!%p) && ($isfile(lobbys.txt)) { 
    inc -u3 %p 
    if $0 = 1 { 
      .notice $nick Usage: !find <nick> 
    } 
    elseif $read(lobbys.txt,w,$+(*,$strip($2-),*)) { 
      .msg $nick $v1 
    } 
    else { 
      .notice $nick There are no results for: $2- 
    } 
  } 
}


i perceived that when i !find nick . the result is only 1 ,but i have 3 nicks save in my data with different Ips. like nick 'Gosh' . here his nick/IP.

USER@42F106EE.B21DC933.8221D45C.IP - Gosh
USER@B0C3AA6.E7230239.157C0E0A.IP - Gosh
USER@9F44A988.A1C9F827.9842A930.IP - Gosh

he use different host ips. so, if i !find gosh .the result must be all of these,
USER@42F106EE.B21DC933.8221D45C.IP - Gosh
USER@B0C3AA6.E7230239.157C0E0A.IP - Gosh
USER@9F44A988.A1C9F827.9842A930.IP - Gosh

-thnx in advance laugh