Code:
    if ($me !ison $2) { return } ; if im not on the channel, then return, if i parted.
    if (* isin $7) { cline -l $clinecol(po) $2 $6 } ; irc-operators
    if ($6 isnotify) { cline -l $clinecol(.no) $2 $6 } ; notify users
    if (G isin $7) { cline -l $clinecol(aw) $2 $6 } ; this is away users
    elseif (G !isin $7) && ($6 !isnotify) && (* !isin $7) { cline -l $clinecol(no) $2 $6 } ; return the color of normal users
    upd-clienc ; coloring the rest of the nick on the channel, op/voice/normal users

I dont know if that is the info you wanted? but all it does is check if a users is away or not, and if they are away they give the nick the right color, same goes for irc-opers - normal users.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }