Quote:
It's rather late here dude so I really have no idea what you just said lol. I don't have a coding head on me right now.

Do you mean:

Code:
On *:Invite:#: {
  .timer 1 1 if $nick !isop $chan part $v2 
}



That's a good base there Andy
but it would work better as:

Code:
On *:Invite:#: {
  .timer 1 1 if $nick !isop $chan part $chan
}


So my next question. How to get it to also ignore said user?