Garou, if your IP/DNS doesn't change, then just hardcode the info into the script to avoid problems.

Code:
on !*:join:#: {
  if ($wildsite == *!*@222.222.222.222 || $wilsite == *!*@yourhost.com) ban -k $chan $nick 6
}


Otherwise, use:
Code:
on !*:join:#: {
  if ($wildsite == $address($me,2)) ban -k $chan $nick 6
}


The problem with that is that it won't work if the person joining shows the IP and you show the DNS or vice versa.


chiram, trolling posts don't help anyone. Kick/Ban scripts are fine here. War scripts are not. There is a difference.


Invision Support
#Invision on irc.irchighway.net