mIRC Home    About    Download    Register    News    Help

Print Thread
#140452 25/01/06 07:20 PM
Joined: Dec 2005
Posts: 15
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Dec 2005
Posts: 15
Well, no like a clone..I mean for example i would like to know if the same IP connected yesterday or last week but no like a clone...i hope u understand me

#140453 25/01/06 08:10 PM
Joined: Dec 2002
Posts: 79
F
Babel fish
Offline
Babel fish
F
Joined: Dec 2002
Posts: 79
like a seen script?

#140454 25/01/06 08:53 PM
Joined: Dec 2005
Posts: 15
M
Pikka bird
OP Offline
Pikka bird
M
Joined: Dec 2005
Posts: 15
yeah some like that...the idea is know if the IP who connected is the same no matter the nick...

#140455 25/01/06 09:01 PM
Joined: May 2005
Posts: 449
Fjord artisan
Offline
Fjord artisan
Joined: May 2005
Posts: 449
You can check out my nick tracker script that I posted awhile ago. That might need some work, as I haven't included anything to keep the record lines short enough for a variable to handle, but it might get you started.

https://forums.mirc.com/s...p;page=5#146576

#140456 26/01/06 04:54 AM
Joined: Dec 2002
Posts: 79
F
Babel fish
Offline
Babel fish
F
Joined: Dec 2002
Posts: 79
if you can get ips you must be able to see raw 320, haven't tested this but should work
Code:
raw 320:*:{
write ips.txt $2 $5
if ($5 isin $read(ips.txt,rnw,$+(*,$5,*))) echo -a $2 was $read(ips.txt,rnw,$+(*,$2 $5,*))
}


Link Copied to Clipboard