This started back in July when my shell was moved to a different server. Everything else was working fine after the move until I noticed (a few months later) that my pisg stats weren't being compiled properly. When I looked into it, I found that even though I have jpk flags enabled for the logfile, it's only logging joins, parts, quits and actions (/me messages), but not actual channel talk.
I've tried switching off quick-logs and I've also removed the pid file and restarted the bot.
Does anyone have any idea what the problem could be?
Thanks Sir_Fz. Found "pubm" in a few scripts and disabled them one by one in eggdrop.conf. After disabling xchannel.tcl, channel talk was being logged again. However, I'd still like to use xchannel.tcl. Is there any way it can be fixed? I'm a novice when it comes to Tcl.
You can search within the pubm procedures for statements that are possibly returning 1 (such as "return 1"). These are usually at the end of a procedure. If you're not familiar with Tcl then Alchera's suggestion is your best bet.