I Have tried to use this example and this is what i wrote:

Code:
on *:QUIT:#: {
  msg Bye, $nick see you next time!
}


but somehow it doesnt seem to trigger at all, did i made a mistake in the code somewhere?