diff --git a/mozilla/webtools/mozbot/BotModules/Crashstats.bm b/mozilla/webtools/mozbot/BotModules/Crashstats.bm index 588fefa40d3..ad47e2ea7a4 100755 --- a/mozilla/webtools/mozbot/BotModules/Crashstats.bm +++ b/mozilla/webtools/mozbot/BotModules/Crashstats.bm @@ -16,7 +16,7 @@ sub Told { my $self = shift; my ($event, $message) = @_; my @array = (); my $output = ''; - push @array, $1 while ($message =~ /(? -1) { $output .= 'http://crash-stats.mozilla.com/report/index/'.$_.' ' foreach (@array); $self->say($event, $event->{'from'}.': '.$output); @@ -30,7 +30,7 @@ sub Heard { my $self = shift; my ($event, $message) = @_; my @array = (); my $output = ''; - push @array, $1 while ($message =~ /(? -1) { $output .= 'http://crash-stats.mozilla.com/report/index/'.$_.' ' foreach (@array); $self->say($event, $event->{'from'}.': '.$output);