Browse Source

Make it work with ircn which has a slightly different syntax

Morten Brix Pedersen 25 years ago
parent
commit
72b48cd3d7
1 changed files with 1 additions and 1 deletions
  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') {
 	if (($4.$5) eq 'waskicked') {
 	    $hash{kicker} = $7;
 	    $hash{kicker} = $7;
 
 
-	} elsif (($4.$5) eq 'changestopic') {
+	} elsif (($4.$5) eq 'changes') {
 	    $hash{newtopic} = "$7 $8";
 	    $hash{newtopic} = "$7 $8";
 
 
 	} elsif (($4.$5) eq 'setsmode:') {
 	} elsif (($4.$5) eq 'setsmode:') {