mIRC Home    About    Download    Register    News    Help

Print Thread
#27258 31/05/03 04:11 PM
Joined: Apr 2003
Posts: 30
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Apr 2003
Posts: 30
I dont suppose someone could shed some light on Arrays in mIRC scripting? - I'm hoping to write a simple clone scanner on Join. I'm guessing it'd use $iaddress but not sure how to loop through the user list (Getting info from /Who $chan ?) and see if the address already exists. Thanks for any suggestions/links/comments.

Dave.

Joined: Feb 2003
Posts: 27
L
Ameglian cow
Offline
Ameglian cow
L
Joined: Feb 2003
Posts: 27
Using a while loop to go though and check, try Geetee's tutorial

Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Well you wouldn't use /who you'd use $chan to get the list of nicks, but if you do want arrays I wrote a script that simulates arrays (mIRC doesn't have arrays builtin) if you want it you can get it at http://www.mircscripts.org/comments.php?id=2095

Joined: Apr 2003
Posts: 30
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Apr 2003
Posts: 30
Thanks to the both of you. WIill look at that tutorial, hopewfully I'll learn something laugh


Link Copied to Clipboard