Morten Brix Pedersen 23 лет назад
Родитель
Сommit
b23d40d433
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      docs/Changelog
  2. 1 1
      modules/Pisg/Parser/Format/irssi.pm

+ 1 - 0
docs/Changelog

@@ -1,5 +1,6 @@
 pisg (x.xx)
 pisg (x.xx)
    * Fix 3 small gramattical errors in english language. (thanks Cheetah)
    * Fix 3 small gramattical errors in english language. (thanks Cheetah)
+   * Add half-op support to irssi format. (thanks, arsonist)
 
 
 pisg (0.44) - Sun Dec, 15th 2002
 pisg (0.44) - Sun Dec, 15th 2002
    * Fixed an error in the mIRC6 format which caused pisg to abort on some
    * Fixed an error in the mIRC6 format which caused pisg to abort on some

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

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