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.

ops text not logged anymore

General support and discussion of Eggdrop bots.
Post Reply
B
BCyo+8C4
Voice
Posts: 24
Joined: Sun Sep 03, 2006 11:11 am

ops text not logged anymore

Post by BCyo+8C4 »

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.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Changing 'set opchars' has nothing to do with channel chatter.

To see what flags do which type in party line:

Code: Select all

.helpwhois
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

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.
NML_375
B
BCyo+8C4
Voice
Posts: 24
Joined: Sun Sep 03, 2006 11:11 am

Post by BCyo+8C4 »

I have a script binding pubm - *, changed it to return 0 now, let's hope it works.
R
Reeslo
Voice
Posts: 1
Joined: Thu Feb 22, 2007 8:28 pm

with this it work =)

Post by Reeslo »

set opchars "@, &, ~"
enjoy ^^
Post Reply