Explorar o código

Check whether the code compiles before checking in :(

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