Skip to content

Commit

Permalink
fix for regex via David Dolphin
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Nov 12, 2009
1 parent 4fd1f6f commit 3840049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arthur.pm
Expand Up @@ -132,7 +132,7 @@ sub post_to_twitter($json_data)
{

# Don't retweet other people's retweets
if ($results->{text} !~ /^(\s*)?[RrTt]/)
if ($results->{text} !~ /^(\s*)[Rr][Tt]/)
{

# Format tweet
Expand Down

0 comments on commit 3840049

Please sign in to comment.