Otay Im a admin on the network im on and i can see clients connecting and disconnecting I have this script that I parcely wrote parcely borrowed from
Code:
on ^*:SNOTICE:*** Notice -- Client connecting*:{
  if ($7 = port) { 
    /.CCliWin $asctime(10(04HH:nn:ss T10)) 10[9C10] 9 $+ $7-10 
  } 
  else { 
    /.CCliWin $asctime(10(04HH:nn:ss T10)) 10[9C10] 9 $+ $7 $8-9  
  }
  /halt
}

I was wondering how could I add in like a variable that I could build up with idents and hosts? some botnets use a certain ident and what not.
And because I know someone will want to see that alias
Code:
 Alias CCliWin {
  If ($Group(#clients).Status == On) {
    if ( $active != @Clients ) {
      /window -keg1 @Clients
    }
    if ($1) { /echo -i2 @Clients $1- }
  }
}