Oh, really strange bug with my script.
My eggdrop was well loging the channel, and I've added in one of my scripts:
Code: Select all
putloglev p "$chan" "<$user> $text"
And now, my eggdrop doesn't log anything, neither channel activity nor the script activity.
Before I changed the script, I've tried in party-line and it didn't make any trouble:
PartyLine wrote:.tcl putloglev p "#test" "<CrazyCat> I'm testing"
Channel wrote:<CrazyCat> I'm testing too
test.log wrote:[10:04] <CrazyCat> I'm testing
[10:05]<CrazyCat> I'm testing too
And since I've rehash the eggdrop with the modified tcl, no more entries in my log file.
Any idea ?