Ver Fonte

Add halfop support for irssi

Morten Brix Pedersen há 23 anos atrás
pai
commit
b23d40d433
2 ficheiros alterados com 2 adições e 1 exclusões
  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)
    * 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
    * 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 $self = {
         cfg => $args{cfg},
-        normalline => '^(\d+):\d+ <[@+ ]?([^>]+)> (.*)',
+        normalline => '^(\d+):\d+ <[@%+ ]?([^>]+)> (.*)',
         actionline => '^(\d+):\d+  \* (\S+) (.*)',
         thirdline  => '^(\d+):(\d+) -\!- (\S+) (\S+) (\S+) (\S+) (\S+)(.*)',
     };