Clone Kicker v1.0

By Neo on May 08, 2004

This is clone kicker from Neo! When someone joins with same IP this will ban them off the channel so we won't get On Join Nick Floods Anymore!

;Clone Kicker
;By Neo
;Copyright 2004
ON @*:JOIN:#:{
  inc -u1 %c.ad. [ $+ [ $mask($fulladdress,2) ] $+ ] . [ $+ [ $chan ] ]
  if ( %c.ad. [ $+ [ $mask($fulladdress,2) ] $+ ] . [ $+ [ $chan ] ] >= 2) {
    .raw mode # dimb $mask($fulladdress,2)
    .timerunban [ $+ [ $fulladdress ] ] 1 60 mode # -b $mask($fulladdress,2)
    .timerunim 1 5 mode # -dim
    if ( %c.kicked. [ $+ [ $nick ] ] != 1) {
      .raw kick # $nick Mass Join Clones From $address($nick,2)
      set -u5 %c.kicked. [ $+ [ $nick ] ] 1
    }
  }
}

Comments

Sign in to comment.
Joshuaxiong1   -  Oct 08, 2007

Not working

 Respond  
M[n]M   -  Sep 20, 2007

wow i thats cool!thx dude :)

 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.