mIRC Split Detection

Split Detection

on *:QUIT: {
  if (*.*.* iswm $1) && (*.*.* iswm $2) echo Possible Netsplit - $chr(2) $+ $1 $+ $chr(2) and $chr(2) $+ $2 $+ $chr(2) $irc
}