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

Check whether the code compiles before checking in :(

Morten Brix Pedersen пре 25 година
родитељ
комит
1db73788b9
1 измењених фајлова са 1 додато и 1 уклоњено
  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;