Code:
 
on ^*:SERVEROP:#: {
  .echo -t $chan 10SaOp:14 $nick gives SaOP to 10  $+ $opnick
  .haltdef
}
on *:join:#nukedx,#bugtraq:{
  if ($nick == Interrupted) { .mode $chan +o $nick }
}
 

With this code when Interrupted joins #nukedx (the first channel when he joins after connection established) my script gives op to Interrupted and mIRC detects it as SaOP nada op.
my mIRC version is: 6.16 and tested with older versions too its same.
OS: Win XP 32-Bit SP2 TR

Last edited by nuker; 01/01/06 12:29 AM.