mIRC Home    About    Download    Register    News    Help

Print Thread
#98831 27/09/04 01:25 AM
Joined: Sep 2004
Posts: 129
W
Wragg Offline OP
Vogon poet
OP Offline
Vogon poet
W
Joined: Sep 2004
Posts: 129
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,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Code:
on ^*:pong:{ echo -a $calc($ticks - $2) | haltdef }
alias lag { .raw ping $ticks }


/lag


New username: hixxy
#98833 27/09/04 01:49 AM
Joined: Sep 2004
Posts: 129
W
Wragg Offline OP
Vogon poet
OP Offline
Vogon poet
W
Joined: Sep 2004
Posts: 129
thank you =)


Link Copied to Clipboard