Explorar o código

Fixed bug in Mortens modification in grufti-format-massop-problem (hard word ;)

doomshammer %!s(int64=25) %!d(string=hai) anos
pai
achega
91a431ff6e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pisg.pl

+ 1 - 1
pisg.pl

@@ -735,7 +735,7 @@ sub parse_thirdline
             } elsif (($4.$5) eq 'modechange') {
                 $hash{newmode} = substr($6, 1);
                 $hash{nick} = $9;
-                $hash{nick} =~ m/[by ](\S+)/g;
+                $hash{nick} =~ m/by (\S+)/g;
                 $hash{nick} = $1;
 
             } elsif ($5 eq 'joined') {