Skip to content

Instantly share code, notes, and snippets.

@cwage
Created November 14, 2016 02:05
Show Gist options
  • Save cwage/a4fce0f455ff90957f5e02d5cf5ff172 to your computer and use it in GitHub Desktop.
Save cwage/a4fce0f455ff90957f5e02d5cf5ff172 to your computer and use it in GitHub Desktop.
return 0 unless ($ref->{'user'}->{'screen_name'} =~ /$userfilter/i);
return 0 if ($ref->{'text'} =~ /(rand|ron) paul|Hillary|Clinton|Cruz|Rubio|POTUS|bernie|sanders|trump/i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment