Explorar o código

Fix topics wasn't being counted

Morten Brix Pedersen %!s(int64=25) %!d(string=hai) anos
pai
achega
f54c97612d
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

@@ -86,7 +86,7 @@ sub thirdline
 	if (($4.$5) eq 'waskicked') {
 	    $hash{kicker} = $7;
 
-	} elsif (($4.$5) eq 'changes') {
+	} elsif ($4 eq 'changes') {
 	    $hash{newtopic} = "$7 $8";
 
 	} elsif (($4.$5) eq 'setsmode:') {