I have this
Code:
on ^*:SNOTICE:*** Notice -- Client connecting*:{
  if ($7 = port) { 
    /.CCliWin 4[10C4] 9 $+ $7-10
  } 
  else { 
    /.CCliWin 4[10C4] 9 $+ $7 $8-9
  }
  /halt
}
  

Now what Im trying to do is moniter if I get over so many connections in a certain time period Would I use set -u and have a timer checking or what? Just woudl like some ideas