I did try to use force empty friends for multiple people but it gave me an error I was using something like:
%FORCE_EMPTY_FRIENDS = (
'1' => 'system'
'2' => 'jimmy'
'12' => 'news'
);
What would the proper syntax be? I'm no pro or even beginner with Perl, but would I need commas at the end of those?
Thanks guys!