Top

Clonescanner


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Jul 09, 2008
Last Updated  Jul 09, 2008
Tags  clone  clonescan  clonescanner  scan 

Introduction

This snippet will scan clones for active channel and it will display the result in @Clonescan window.
Usage: /Clonescan

Grab the Code

alias clonescan {
  if ($chan($chan).ial != $true) { echo 2 -a * /clonescan - IAL not updated. Type /who $chan }
  else {
    var %ialchan $chan
    var %i = 1
    window -a @Clonescanner
    echo -a Clonescanner by shitbreak - Scanning clones for channel %ialchan $+  
    while (%i <= $ialchan(*,%ialchan,0)) {
      if ($ialchan($+(*!*@,$gettok($ialchan(*,%ialchan,%i),2,64)),$chan,0) > 1) && (!%clone. [ $+ [ $+(*!*@,$gettok($ialchan(*,%ialchan,%i),2,64)) ] ]) {
        inc %cloneid
        var %clone. $+ $+(*!*@,$gettok($ialchan(*,%ialchan,%i),2,64)) 1
        echo -a Clonegroup: ID: ( $+ %cloneid $+ ) 4 $+ $+(*!*@,$gettok($ialchan(*,%ialchan,%i),2,64)) $+   $+  $ialchan($+(*!*@,$gettok($ialchan(*,%ialchan,%i),2,64)),%ialchan,0) $+  users
        var %x = 1
        while (%x <= $ialchan($+(*!*@,$gettok($ialchan(*,%ialchan,%i),2,64)),%ialchan,0)) {
          echo -a %x $+ ) $ialchan($+(*!*@,$gettok($ialchan(*,%ialchan,%i),2,64)),%ialchan,%x).nick
          inc %clones
          inc %x
        }
        echo -a 
      }
      inc %i
    }
    echo -a Total number of users   $+ $ialchan(*,%ialchan,0) $+ 
    echo -a Total number of clones  $+ %clones $+ 
    echo -a Total percent of clones  $+ $round($calc($calc(%clones / $ialchan(*,%ialchan,0)) * 100),2) $+  $+ %
    unset %cloneid %clones
  }
}
 

Comments

  (6)  RSS
mountaindew
Comments: 1,826
 
mIRC Snippet:  Clonescanner
Posted on Jul 9, 2008 10:32 am
Quote:

echo -a Clonescanner by shoot - Scanning clones for channel %ialchan $+  

Ripped?

(The filter censored the name)

Edit: Eh, I guess not. I noticed that all your other scripts say that too, it's probably your IRC name or something...
^Alexis^
Comments: 60
 
mIRC Snippet:  Clonescanner
Posted on Jul 9, 2008 2:36 pm
echo -a Clonescanner by shoot - Scanning clones for channel %ialchan $+  
juhapuha
Comments: 73
 
mIRC Snippet:  Clonescanner
Posted on Jul 9, 2008 4:47 pm
oh noes >_< i use the nick in irc - if you think it's ripped you can connect to quakenet and /Msg $me :)
mountaindew
Comments: 1,826
 
mIRC Snippet:  Clonescanner
Posted on Jul 9, 2008 5:05 pm
Nah, it's cool. I figured it was your IRC name or something when I saw it in all your other scripts :)
juhapuha
Comments: 73
 
mIRC Snippet:  Clonescanner
Posted on Jul 11, 2008 8:56 am
=)
DaNzO
Comments: 72
 
mIRC Snippet:  Clonescanner
Posted on Jul 21, 2008 12:50 am
Good eye though, Mountiandew :)

Not a bad script juhapuha.

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom