This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Problem with PISG

General support and discussion of Eggdrop bots.
Post Reply
f
fr3n
Voice
Posts: 16
Joined: Fri Dec 02, 2005 10:06 am

Problem with PISG

Post by fr3n »

My pisg.cfg consists of;

Code: Select all

<channel="#lwq3">
  LogDir="/home/f/frennik/eggdrop/spiderman/stats"
  Format="eggdrop"
  Network="Quakenet"
  OutputFile="/home/f/frennik/WWW/qnet/index.html"
  Maintainer = "fren"
</channel>
In the eggdrop config I have the following set for logging;

Code: Select all

logfile mco * "logs/spiderman.log"

logfile jpk #lwq3 "stats/lwq3.log"

set logfile-suffix ".%Y%m%d"
But when I run pisg I get the following error;
-bash-4.3$ ./pisg
pisg v0.73 - Perl IRC Statistics Generator

Using config file: pisg.cfg

Statistics for channel #lwq3 @ Quakenet by fren

Looking for logfiles in /home/f/frennik/eggdrop/spiderman/stats/...

1 logfile(s) found, using eggdrop format...

Could not load pisg! Reason:
unknown key format allcaps -> HASH(0x830e140) at modules//Pisg/Parser/Logfile.pm line 902.

Analyzing log /home/f/frennik/eggdrop/spiderman/stats/lwq3.log.20150715...
And it returns to the prompt. I'm a bit stuck, I have no idea what's wrong.

Anyone with some advice please?

Thanks
f
fr3n
Voice
Posts: 16
Joined: Fri Dec 02, 2005 10:06 am

Post by fr3n »

Works fine on another server, I guess it's the perl version that's causing it.

This is perl, v5.6.0 built for i386-linux on the box where i'm getting the fault
Post Reply