You could set both bans at once smile
Code:
on @*:join:#:{
  if ($read(hb2.txt,w,$wildsite)) {
    mode # +bb $wildsite $nick
    .timer 1 0 kick $chan $nick Banned Host ( $+ $ifmatch $+ )
  }
}