Netsplit Detector

By PurplesurgeMirc on Mar 16, 2009

A script that alerts you when a netsplit between 2 servers has occured.

Author: Hinamori_Amu @ #mIRC on Purplesurge

on *:quit:{
  if (*.*.* iswm $1) && (*.*.* iswm $2) && (!%detected) {
    echo -st Netsplit detected between $1 and $2
    ebeeps on
    beep 5 500
    set -u60 %detected on
  }
}

Comments

Sign in to comment.
Vesperia   -  Oct 16, 2009

Uh........ good script but are the beeps really neccessary? And why not open a window to alert you to the netsplits. I'm not saying it's bad but might be more efficient ^_^

 Respond  
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.