Code:
on *:PART:#:{
  .timer 1 1 if ([ $me ] !ison [ $chan ]) { code }
}

You could use "on me:PART:#:" if you have yourself on the mIRC User list to prevent the event from triggering on every single part.