You need to have your own custom style to actually do this, sadly; otherwise you're stuck trying to convince said friend that their twittering should stay on Twitter, or dropping them from your default view.
This snippet assumes that the post object is in a variable called 'e', and lives at the top of the function that prints a post.
# abort entire function if this is just a twitspam post if (($e.text->contains("Automatically shipped by")) and ($e.text->contains ("LoudTwitter")) ) { return; }
no subject
Date: 2009-02-09 03:52 pm (UTC)This snippet assumes that the post object is in a variable called 'e', and lives at the top of the function that prints a post.
# abort entire function if this is just a twitspam post
if (($e.text->contains("Automatically shipped by")) and ($e.text->contains ("LoudTwitter")) ) {
return;
}