Hi,
since I updated to 1.6.18 all the ops text doesn't appear in log anymore
Anything normal users say is there, but not a single line of any user with +v, +h, +o, +a or +q.
some eggdrop.conf lines:
set logfile-suffix ".%Y%m%d"
logfile pkj #chan "/home/username/eggdrop/logs/chan.log"
set opchars "@&~"
This used to work and I didn't change anything about the config but the "opchars" line. If you need some more lines from config or tcl scripts just ask.
I would guess this is due to a script you've loaded that did'nt take in mind some changes done to the pubm-binding.
As of 1.6.18; if the command of a pubm-binding returns 1, the text that triggered the binding will not be logged. This was not the case with older eggdrops.
To solve this problem, you'll have to find which script is the cause for this, and modify it accordingly.