Code:
;Netsplit Detector
on *:QUIT: {
  if (*.*.* iswm $1) && $&
    (*.*.* iswm $2) && $&
    ($3 == $null) && $&
    (%cs.netsplit $+ $1 $+ $2 == $null) {
    set %cs.netsplit $+ $1 $+ $2
    csmessage $servernote NetSplit Detected Between Servers: $1 & $2
  }
}


anyone see anything wrong with that? it doesnt get past the if statment even it there is no %cs.netsplit*

Last edited by Cyber_Axe; 26/02/03 07:56 PM.