Code: Select all
putloglev p "$chan" "<$user> $text"PartyLine wrote:.tcl putloglev p "#test" "<CrazyCat> I'm testing"
Channel wrote:<CrazyCat> I'm testing too
And since I've rehash the eggdrop with the modified tcl, no more entries in my log file.test.log wrote:[10:04] <CrazyCat> I'm testing
[10:05]<CrazyCat> I'm testing too
Code: Select all
proc cr:log { lev chan line } {
putloglev $lev "$chan" "$line"
putlog "$line saved"
return 1
}Code: Select all
return 1