Hey guys, I got the following remote:
Code:
on *:GETFAIL:*.txt:{ ignore -ct $address( $nick,3 ) }


basically, i want the remote to ignore the "IP address", right now it looks like it is ignoring the hostname address as shown in the few examples below:
n0=*!*john@*.brtn.cable.ntl.com,channel,ctcp,"UnderNet"
n1=*!*CHipps@*.ri.ri.cox.net,channel,ctcp,"UnderNet"
n2=*!
n5=*!*mmw@*.users.undernet.org,channel,ctcp,"UnderNet"
n6=*!*Old_Sped@*.client.comcast.net,channel,ctcp,"UnderNet"

but, then there is also

n3=*!*ganghiss@68.116.250.*,channel,ctcp,"UnderNet"

where it managed to ignore the IP address.

So, how would i make it ignore IP addresses?


thanks much!