Ver Fonte

Fix for action lines by Andrew <andy@lewman.com>

Morten Brix Pedersen há 24 anos atrás
pai
commit
f3f83cd4d5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      modules/Pisg/Parser/Format/axur.pm

+ 1 - 1
modules/Pisg/Parser/Format/axur.pm

@@ -11,7 +11,7 @@ sub new
     my $self = {
     my $self = {
         cfg => $args{cfg},
         cfg => $args{cfg},
         normalline => '^\[\d+/\d+/\d+ @ (\d+):\d+:\d+\] [\>\(|<]+([^>\s]+)[\)|>]\s+(.*)',
         normalline => '^\[\d+/\d+/\d+ @ (\d+):\d+:\d+\] [\>\(|<]+([^>\s]+)[\)|>]\s+(.*)',
-        actionline => '^\[\d+/\d+/\d+ @ (\d+):\d+:\d+\] [\>\*|\*]+\s+(\S+) (.*)',
+        actionline => '^\[\d+/\d+/\d+ @ (\d+):\d+:\d+\] \*\s+(\S+) (.*)',
         thirdline  => '^\[\d+/\d+/\d+ @ (\d+):(\d+):\d+\] \*\*\*\s+(\S+) (\S+) (\S+) (\S+) (\S+) (.*)',
         thirdline  => '^\[\d+/\d+/\d+ @ (\d+):(\d+):\d+\] \*\*\*\s+(\S+) (\S+) (\S+) (\S+) (\S+) (.*)',
     };
     };