mIRC Home    About    Download    Register    News    Help

Print Thread
#98831 27/09/04 01:25 AM
W
Wragg
Wragg
W
in games it shows you PING like 300 or 150 or 50
in irc we see it like lag 5sec 1sec 0.3sec

now is there a code that will show this lag like in games (ping) ?

#98832 27/09/04 01:35 AM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
Code:
on ^*:pong:{ echo -a $calc($ticks - $2) | haltdef }
alias lag { .raw ping $ticks }


/lag

#98833 27/09/04 01:49 AM
W
Wragg
Wragg
W
thank you =)


Link Copied to Clipboard