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.
on me:*:part:#:{ }
This is how I had to do it.
Guys, please learn to read accurately. A man can't expect to have to repeat himself.