Explorar o código

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

Morten Brix Pedersen %!s(int64=24) %!d(string=hai) anos
pai
achega
f3f83cd4d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = {
         cfg => $args{cfg},
         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+) (.*)',
     };