فهرست منبع

Accept one or 2 spaces before * in action lines

sbingner 23 سال پیش
والد
کامیت
12824ab6be
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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+)(.*)',
     };