X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=onis;h=28a092f0cc44dce31b8cad9172044a1f75f0b76b;hb=c485e261f1135a12bfed68a2ac29dafd189d461a;hp=20074353ee4714219f9aac806c12327ec3892cf0;hpb=a7c2e96a023d136a05878251f4d389562e160e19;p=onis.git diff --git a/onis b/onis index 2007435..28a092f 100755 --- a/onis +++ b/onis @@ -1,12 +1,12 @@ #!/usr/bin/perl ########################################################################## -# onis 0.8.0 2005-04-17 # +# onis 0.8.1 2005-04-23 # #---=============--------------------------------------------------------# # Language: Perl # # Purpose: Generating statistics # # Input: IRC-Logfiles # # Output: One HTML file # -# Version: 0.8.0 (unstable) # +# Version: 0.8.1 (unstable) # # License: GPL # # Homepage: http://verplant.org/onis/ # # Authors: Florian octo Forster # @@ -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')); @@ -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: I; - -=item B: I; - -Sets the width of horizontal bars and the height of vertical bars. - =item B: I, I, I, I; =item B: I, I, I, I;