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.

Trouble with 1.6.16 chanmsg saving

Old posts that have not been replied to for several years.
Locked
L
Lypsik

Trouble with 1.6.16 chanmsg saving

Post by Lypsik »

I recently upgraded from 1.6.15 to 1.6.16.
I just sent the bot to a new channel to do stats there. And the stats shows that the most active person has spoken about 70 lines, but that is not possible. Also there was a person in the channel who was very chatty, but he isn't even in the stats!
I was notified of this and checked the bots logfile and it seemed like the bot saved the lines he liked the most and had left others out because the log was quite empty...
What could have happened to the bot? Does the upgrade have to do with any of this and if so is it a bug in eggdrop?
This all is very strange...

Looking forward to hearing any help or comments. - Lypsik
User avatar
Rusher2K
Halfop
Posts: 88
Joined: Fri Apr 18, 2003 10:45 am
Location: Germany
Contact:

Post by Rusher2K »

Is it possible that the person who is chatting verymutch is on the Ignore list ?
I didn't know any bug that match your problem.
L
Lypsik

Post by Lypsik »

Nobody is on the bots ignore list and that wouldn't explain why 90% of the lines of other users are not showing...
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Re check your config and make sure that the log file settings are correct. I use pisg 0.56 (a Perl stats generator) and you need to keep your log files.

These are my settings:

Code: Select all

set max-logs 365
set max-logsize 0
set quick-logs 0

logfile mbco * "logs/ballarat.log"
logfile jpk #Ballarat "stats/ballarat.log"

set log-time 1
set keep-all-logs 1
set logfile-suffix ".%d%b%Y"
set switch-logfiles-at 300
set quiet-save 1
# p - public text on the channel
My guess is you're eggie is cycling the logs every 24 hrs, which you do not want if your stats generator needs to read the collection of logs.

Hope thi is of some use. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
L
Lypsik

Post by Lypsik »

As I was posting a reply, i noticed the mistake...

Code: Select all

logfile jpk #Nohik "logs/jutukoht/jutukoht.log"
it should be

Code: Select all

logfile jpk #jutukoht "logs/jutukoht/jutukoht.log"
It seems my theory is correct... "The problem is always between the chair and the keyboard." :D
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

LOL Everyone has that problem :D
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked