on *:join:#:{
if ( $address($nick,4) == $read("badhosts.txt") ) { kick $chan $nick Bad Host }
else { mode $chan +v $nick }
}

works fine smile

" " was needed ...

of course you can do better a ban ... if autorejoins is on your bot starts flipping cool

Last edited by hoaxer; 03/04/03 01:44 PM.