Explorar o código

Wasn't matching the joins at all, fix.

Morten Brix Pedersen %!s(int64=25) %!d(string=hai) anos
pai
achega
4004e26d26
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/Pisg/Parser/Format/mIRC.pm

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

@@ -92,7 +92,7 @@ sub thirdline
 	} elsif (($4.$5) eq 'setsmode:') {
 	    $hash{newmode} = $6;
 
-	} elsif (($4.$5) eq 'hasjoined') {
+	} elsif (($5.$6) eq 'hasjoined') {
 	    $hash{newjoin} = $3;
 
 	} elsif (($4.$5) eq 'nowknown') {