altho notices coming from OperServ arent snotices (server notices) they are regular notices so i think u need to use the regular notice event for that.

Code

ON ^1:snotice:*Client connecting*:{
    if (!$window(@notice))  { 
   window -lke @notice 516 200 2182 1134 
   aline @notice $1 $+($chr(40),$5,$chr(41)) $6 $7 $9  
}
   else { aline @notice $1 $+($chr(40),$5,$chr(41)) $6 $7 $9 }
   haltdef
}

 ON *:notice:*:*:{  if ($regex($nick,/^(OperServ)$/i)) { echo -a $+($chr(40),$nick,$chr(41)) : $1-  } }


Last edited by Simo; 21/07/24 01:39 PM.