Clone Scan

By LordBotTeam on Jan 03, 2012

There is 2 things,the first one goes in the remote
The second one goes in the channel on Popups.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ANY BAD COMMENTS WILL BE DELETED.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

*************PLEASE POST THIS IN THE REMOTE*****************
alias clonescan { 
  if ($chan) && ($ial) { 
    var %clone.ticks = $ticks 
    echo -a 8Now searching for clones in4 $chan 
    var %x = $nick(#,0) 
    while (%x) { 
      if ($ialchan($address($nick(#,%x),2),#,0) > 1) && ($address($nick(#,%x),2) !isin %clone.adr) { 
        var %clone.adr = %clone.adr $address($nick(#,%x),2) 
        var %y = $ialchan($address($nick(#,%x),2),#,0) 
        while (%y) { 
          var %clone = %clone $ialchan($address($nick(#,%x),2),#,%y).nick 
          dec %y 
        } 
        echo -a 8Clones:4 %clone $+($chr(40),$address($gettok(%clone,1,32),2),$chr(41)) 
        unset %clone 
      } 
      dec %x 
    } 
    echo -a 8Clonescan took $calc(($ticks - %clone.ticks)/1000) seconds. 
  } 
}

*******************************************************************************************

***********PLEASE POST THIS IN THE POPUPS ON THE CHANNEL**************

Clone Scan:/clonescan

******************************************************************************************

Comments

Sign in to comment.
darklord328   -  Jun 24, 2012

how?

 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.