[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 $+ )
}
}