Changed version/date
[onis.git] / onis
diff --git a/onis b/onis
index 2007435..bb8d4f7 100755 (executable)
--- a/onis
+++ b/onis
@@ -1,12 +1,12 @@
 #!/usr/bin/perl
 ##########################################################################
-#    onis 0.8.0                                               2005-04-17 #
+#    onis 0.8.2                                               2005-06-07 #
 #---=============--------------------------------------------------------#
 # Language: Perl                                                         #
 # Purpose:  Generating statistics                                        #
 # Input:    IRC-Logfiles                                                 #
 # Output:   One HTML file                                                #
-# Version:  0.8.0 (unstable)                                             #
+# Version:  0.8.2 (unstable)                                             #
 # License:  GPL                                                          #
 # Homepage: http://verplant.org/onis/                                    #
 # Authors:  Florian octo Forster <octo@verplant.org>                     #
@@ -66,11 +66,11 @@ if (!$VERSION)
        $VERSION =~ s/^\D*(\d+).*/r$1/;
 }
 
+print STDERR $/, __FILE__, ': $Id$' if ($::DEBUG);
+
 our $FileInfo;
 our $PurgeLogs = 0;
 
-print STDERR $/, __FILE__, ': $Id$' if ($::DEBUG);
-
 parse_argv (@ARGV);
 read_config (get_config ('config') ? get_config ('config') : 'onis.conf');
 read_config (scalar get_config ('theme')) if (get_config ('theme'));
@@ -249,7 +249,7 @@ for (get_config ('input'))
                }
        }
        
-       newfile ($FileInfo->{$inode});
+       newfile ($inode);
        while (<$logfile>)
        {
                s/\n|\r//g;
@@ -463,12 +463,6 @@ Sets wether to sort by lines, words or characters written.
 Wether or not to display a fixed width bar that shows when a user is most
 active.
 
-=item B<bar_height>: I<number>;
-
-=item B<bar_width>: I<number>;
-
-Sets the width of horizontal bars and the height of vertical bars.
-
 =item B<horizontal_images>: I<file>, I<file>, I<file>, I<file>;
 
 =item B<vertical_images>:   I<file>, I<file>, I<file>, I<file>;