Changed version/date
[onis.git] / onis
diff --git a/onis b/onis
index fc2cf58..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>;
@@ -540,6 +534,13 @@ of the quotes in the cache will be chosen at random and displayed.
 Sets the minimum and maximum length of a quote. Too short quotes may be not
 very typical for a person, too long quotes may clutter the layout.
 
+=item B<conversations_number>: I<number>;
+
+=item B<userdetails_conversations_number>: I<number>;
+
+Number of conversations partners to include in the output (or in the
+conversations section of the userdetails plugin).
+
 =item B<soliloquies_count>: I<number>;
 
 Sets how many lines without interruption are considered a soliloquy.
@@ -555,6 +556,10 @@ the userdetails-plugin).
 
 The Words-Plugin will ignore words with less than this characters.
 
+=item B<userdetails_number>: I<number>;
+
+The number of nicks to print userdetails for.
+
 =back
 
 =head1 AUTHOR