Skip to content

Commit

Permalink
Another test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LindseyB committed Jul 3, 2009
1 parent a3f57c5 commit f661356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XOmBot.pl
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@ sub check_rss {
$commitid = $1;

# get try to get the info to announce it
if($response->content =~ m/<title>(.*)<\/title>?/)
if($response->content =~ m/<entry>.*<title>(.*)<\/title>?/)
{
$commit_msg = $1;
}

# get try to get the info to announce it
if($response->content =~ m/<name>(\w*)<\/name>?/)
if($response->content =~ m/<name>(\w*)<\/name>/)
{
$commiter = $1;
}
Expand Down

0 comments on commit f661356

Please sign in to comment.