I got this:

on *:PART:#USF:{
if ($me == StupBot) {
/msg $chan Bye bye. v.v
}
}

Which works for when someone leaves the IRC, but something when they QUIT, the bot doesn't resond. How come?