Ping Monitor (titlebar integration)

By Savage_CL on Jun 21, 2011

quite simply, updates your title bar to read "mIRC - ### ms - other stuff"
Pings the server every 10 seconds.

menu in channel, status window, or query window to activate.

on ^*:PONG:{ titlebar - $calc($ticks - $2) ms | haltdef }
alias pingmon {
  .raw PING $ticks
  .timerpinger 0 5 .raw PING $!ticks
}
alias pingmonoff .timerpinger off | Titlebar
menu channel,status,query {
  Ping Monitor
  .On:pingmon
  .Off:pingmonoff
}

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.