trying to find out how things are cached...
other then:
$friends_event{'fgcolor'} = $friends{$friendid}->{'fgcolor'} || "#000000";
$friends_event{'bgcolor'} = $friends{$friendid}->{'bgcolor'} || "#ffffff";
type thing..
i can't find where moods are cached...
which i think they should be.. so it doesn't have to be looked up every entry..
and i can't figure out how the bgcolor is cached there..
it seems to be loaded weither or not its in the cache...
or am i missing things?