Ping Monitor

By Savage_CL on Jul 14, 2011

This is a variation on my Ping Monitor with titlle-bar integration ( http://www.hawkee.com/snippet/8752/ ).
It will open up a window which displays the current ping time for your active server.

The window will stay on top as well. Hope you like it!

Comments are welcome :)

on ^*:PONG:{ drawtext -pbc @pingmon 0 1 Arial 55 5 5 215 115 $calc($ticks - $2) ms | haltdef }
alias pingmon {
  .raw PING $ticks
  window -dpik0o @pingmon -1 -1 250 115
  .timerpinger 0 5 .raw PING $!ticks
}
on *:CLOSE:@pingmon:{ .timerpinger off }
menu server,channel {
pingmon:pingmon
}

Comments

Sign in to comment.
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.