Fixes this bug: master
authorocto <octo>
Mon, 5 Sep 2005 19:10:43 +0000 (19:10 +0000)
committerocto <octo>
Mon, 5 Sep 2005 19:10:43 +0000 (19:10 +0000)
[20:58] < someone> Illegal division by zero at lib/Onis/Plugins/Core.pm line 928.

lib/Onis/Plugins/Core.pm

index 0afa108..627fc5e 100644 (file)
@@ -611,7 +611,7 @@ sub ranking
        
        ($tmp) = sort { $NickData->{$b}{'chars_total'} <=> $NickData->{$a}{'chars_total'} } (@nicks);
        $max_chars = $NickData->{$tmp}{'chars_total'} || 0;
-       
+
        $trans = translate ('Most active nicks');
        
        print $fh "<h2>$trans</h2>\n";
@@ -913,6 +913,8 @@ sub bar
        my $i;
        my $j;
 
+       $max_num ||= 1;
+
        for ($i = 0; $i < 4; $i++)
        {
                my $sum = 0;