mIRC Home    About    Download    Register    News    Help

Print Thread
#44871 29/08/03 10:36 PM
Joined: Jan 2003
Posts: 27
S
Spoof Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Jan 2003
Posts: 27
/cloneuser {
echo @clonescan Clone Statistic For Nick $1
window -ei @clonescan
var %i = 1
while (%i <= $ialchan($address($1,2),#,0)) {
echo @clonescan $ialchan($address($1,2),#,%i)
inc %i
}
}

This is my simple clone scanner it work but onli on my nick
Can you tell me why ? And how to make it to work for otehrs


Tullamore Dew
#44872 29/08/03 10:46 PM
Joined: Aug 2003
Posts: 19
P
Pikka bird
Offline
Pikka bird
P
Joined: Aug 2003
Posts: 19
Type //WHO #Channel and /IAL ON before you do the clonescan, that will make sure your ial is enabled and all the addresses are updated. I assume the reason it only works at your nick is because the script can only find your address.

Your'n


Propogater @ DALnet, #HelpDesk and #Help
#44873 30/08/03 12:03 AM
Joined: Jan 2003
Posts: 27
S
Spoof Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Jan 2003
Posts: 27
I found the problem.The direct using of $1 in $address cause troubles when i set it like a variable it is fine


Tullamore Dew

Link Copied to Clipboard