Explorar el Código

Check whether the code compiles before checking in :(

Morten Brix Pedersen hace 25 años
padre
commit
1db73788b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/Pisg/Parser/Logfile.pm

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

@@ -311,7 +311,7 @@ sub _parse_file
                 $stats->{times}{$hour}++;
 
                 if (defined($kicker)) {
-                    unless (is_ignored($kicker) {
+                    unless (is_ignored($kicker)) {
                         $stats->{kicked}{$kicker}++;
                         $stats->{gotkicked}{$nick}++;
                         push @{ $lines->{kicklines}{$nick} }, $line;