Clones on join

By hixxy on Oct 21, 2005

This snippet will show a nicks clones on the channel when a clone joins. Requires mIRC v6.16.

on !*:join:#:{
  var %clones, %i = 1
  while ($ialchan($wildsite,$chan,%i).nick) {
    %clones = %clones $nick($chan,$v1).pnick
    inc %i
  }
  if ($numtok(%clones,32) > 1) echo $color(info) -bfilrt $chan Clones ( $+ $calc($ialchan($wildsite,$chan,0) - 1) $+ ): $remtok(%clones,$nick,1,32)
}

Comments

Sign in to comment.
Joshuaxiong1   -  Oct 08, 2007

HUm it just say clone (1) then clone (2) Which is kinda ok I say.

 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.