Procházet zdrojové kódy

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

Morten Brix Pedersen před 24 roky
rodič
revize
f3f83cd4d5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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+) (.*)',
     };