Code:
on *:JOIN:#:{
  if ( $nick == $me ) {
    set %channel #
  }
}
on *:PART:#:{
  if ( $nick == $me ) {
    set %lastchannel #
  }
}

Sets %channel to the last channel you joined and %lastchannel to the last channel you left.