Explorar o código

Accept one or 2 spaces before * in action lines

sbingner %!s(int64=23) %!d(string=hai) anos
pai
achega
12824ab6be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/Pisg/Parser/Format/irssi.pm

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

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