[06:45] * Test has left #Andy
[06:45] * Test has joined #Andy
[06:45] * Andy sets mode: +b *!*@=omqdue17-378-665-877.range81-155.btcentralplus.com
[06:45] * Andy sets mode: +b Test!*andy@=omqdue17-378-665-877.range81-155.btcentralplus.com
[06:45] * Test was kicked by Andy (Banned Host (*!*@=omqdue17-378-665-877.range81-155.btcentralplus.com))

Try changing the On Join event to:

Code:
on @*:JOIN:#: {
  if ($read(hb2.txt,w,$wildsite)) {
    ban $chan $wildsite 
    ban $chan $nick 
    .timer 1 0 kick $chan $nick Banned Host ( $+ $ifmatch $+ )
  }
}




This appears to be working for me. grin

Last edited by SladeKraven; 21/02/05 06:56 AM.