Public Server Lag Check

By DarkLordPazuzu on Aug 26, 2005

Stick this in its own remote.
To use it have someone type !lag
It will announce the servers lag with a /msg to the channel !lag was used in.

EDIT:
Okay I found out my buddy my buddy got this from here and told me he made it =\

QuickStep is the original creator of the lagtester, I just modified it.

Heres the original
http://www.hawkee.com/phpBB2/viewtopic.php?t=6213&highlight=lagtest

;Original Lag Script Created By QuickStep
;http://www.hawkee.com/phpBB2/viewtopic.php?t=6213&highlight=lagtest
;Modified By DarkLordPazuzu
alias lagtest { 
  set %ticks $ticks | .raw PING 123 
} 
on ^*:PONG:{ 
  if ((%ticks) && (*123 iswm $1-)) { 
    haltdef
    msg %lagchan Lag: $+($calc(($ticks - %ticks) / 1000),s) 
    unset %ticks 
  } 
}

on *:text:*:#:{
  if ($1 == !lag) { set %lagchan $chan | lagtest }
}

Comments

Sign in to comment.
Hawkee   -  Aug 27, 2005

Thanks Dark. I\'m going to have to create a new field for that URL. It kinda throws off the design.

 Respond  
Yoinx   -  Aug 27, 2005

it doesnt need to be deleted, just needed to have proper credit. but, a lot of people take credit for code they dont write. its not really your fault.

 Respond  
DarkLordPazuzu   -  Aug 27, 2005

Ignore that comment, I added credits for Quickstep and linked to the original post =p
Sorry if it looked like I was trying to steal your work Quickstep, I didnt know it was you that created this.

 Respond  
DarkLordPazuzu   -  Aug 27, 2005

=o I had no clue this is how he got the code. Sorry about that. Please delete the snippet lol

 Respond  
Hawkee   -  Aug 26, 2005

DarkLordPazuzu, you need to cite your sources. Please link to Quickstep\'s forum post indicating that he was the original author. Your snippet will be removed if you don\'t comply.

 Respond  
xDaeMoN   -  Aug 26, 2005
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.