I like these two raws, exept I have one problem with them and that is when it is triggered, it only grays me out on the first channel I am on. When I do /away $chan is it possible to get this alias to gray [me] and [nick] out on the channel that I or they did the /away on?

raw 822:*: {
echo $color(other) -ti2 $comchan($nick,1) › $nick Has been marked as being away: $2-
cline -l $color(other) $comchan($nick,1) $fline($comchan($nick,1),$nick,1,1)
haltdef
}

raw 821:*: {
echo $color(other) -ti2 $comchan($nick,1) › $nick is no longer marked as being away.
cline -lr $comchan($nick,1) $fline($comchan($nick,1),$nick,1,1)
haltdef
}

Last edited by Buggs2008; 21/11/07 01:24 PM.