Sfoglia il codice sorgente

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

doomshammer 25 anni fa
parent
commit
91a431ff6e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pisg.pl

+ 1 - 1
pisg.pl

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