Преглед изворни кода

Make it work with ircn which has a slightly different syntax

Morten Brix Pedersen пре 25 година
родитељ
комит
72b48cd3d7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      modules/Pisg/Parser/mIRC.pm

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

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