Lindrian commented on a Page, FlyBy ban  -  Nov 22, 2007

How about:

on !@*:JOIN:#chan: {
  if (!$hfind(flyby,$+(*,$wildsite,*),1,w)) hadd -mu10 flyby $calc($hget(flyby,0).item + 1) $wildsite
}
on !@*:PART:#chan: {
  if ($hfind(flyby,$+(*,$nick,*),1,w).data) {
    ban -u600 $chan $nick
  }
}

Now, it can be made much better, to work with several channels etc etc, i just made one to match up with what u did.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.