Browse Source

Fix topics wasn't being counted

Morten Brix Pedersen 25 years ago
parent
commit
f54c97612d
1 changed files with 1 additions and 1 deletions
  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:') {