Code:
on me:*:nick: {
  if (away isin $newnick) { away reason }
  elseif ($away == $true) { away }
}


That should work.