Thanks!

As far as I know (but I know little) that should work, but the users who are /away aren't greyed out frown

I had already tried this, but it doesn't work either smile

Code:
alias awaycolor {
  who $$1 %nf,369
}
raw 354:& 369 & &:{
  if ( h !isin $2 && H !isin $2 ) { cnick $1 15 }
  else { cline -r $cnick($1) }
}