Skip to content

Commit

Permalink
ttlogmerge: better handle error lines in the log
Browse files Browse the repository at this point in the history
  • Loading branch information
pmyteh committed Feb 26, 2014
1 parent cbaf255 commit a20b1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ttlogmerge.pl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sub longer
sub removeautotags
{
my $s = shift;
$s =~ s/\b(afk|off|RETRO)\b//g;
$s =~ s/\b(afk|off|RETRO|\[missed ping from \d+s ago\])\b//g;
return $s;
}

Expand Down

0 comments on commit a20b1c4

Please sign in to comment.