Top

Lag checker


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  6.0
Scores Submitted  4
Date Added  Sep 30, 2007
Last Updated  Oct 03, 2007
Tags  check  lag 
  Bookmark and Share

Introduction

Checks your lag every [x] seconds when you connect. You can also get it echoed when you right-click the channel menu and go to Lag check. Many other options are configurable there as well, please take your time to setup otherwise you might receive a few errors. Thanks in advance.

Usage:

Enable script: channel right-click -> Enable
Disable script: channel right-click -> Disable
The number of seconds before it updates the titlebar: channel right-click -> Check every [x] seconds -> Enter time in seconds (recommended to be a little higher)
Check your lag: channel right-click -> Check

* Note: When you quit or disconnect, it unsets the %temp_t variable and halts the timer.

- RubixCube

Grab the Code

Comments

  (6)  RSS
Kyousoukyoku
Comments: 45
 
mIRC Snippet:  Lag checker
Posted on Oct 1, 2007 2:11 pm
Nice job. I like how original and configurable this is. =P
ZiX
Comments: 52
 
mIRC Snippet:  Lag checker
Posted on Oct 2, 2007 7:26 pm
Nice job ;]
Akishoot
Comments: 159
 
mIRC Snippet:  Lag checker
Posted on Oct 2, 2007 8:20 pm
Nice work on this, RubixCube. (=
KuTsuM
Comments: 139
 
mIRC Snippet:  Lag checker
Posted on Oct 3, 2007 10:59 pm
This will always result in 0: var %u $calc($ticks - $ticks) Hence the reason it always displays the lag time as 0secs..
RubixCube
Comments: 51
 
mIRC Snippet:  Lag checker
Posted on Oct 3, 2007 11:02 pm
Yeah, I was thinking about that. I don't really want to ping the server (as an example) every two seconds. I'll probably end up doing that anyway and just recommend a higher integer of time.
RubixCube
Comments: 51
 
mIRC Snippet:  Lag checker
Posted on Oct 3, 2007 11:06 pm
Alright, I made the snippet ping the server. It should return a better value now, just make sure to set the num. of seconds to be a bit higher. ;)

Please Register or Login to start posting comments.
Bottom