Explorar o código

Make it work with ircn which has a slightly different syntax

Morten Brix Pedersen %!s(int64=25) %!d(string=hai) anos
pai
achega
72b48cd3d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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:') {