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.

Eggdrop Logger 2.0 tcl do not log joins, parts, kicks

Support & discussion of released scripts, and announcements of new releases.
Post Reply
o
olesio
Voice
Posts: 6
Joined: Mon Dec 10, 2007 6:28 pm

Eggdrop Logger 2.0 tcl do not log joins, parts, kicks

Post by olesio »

Hello. I hope this is right place to report it. I'm using Eggdrop Logger 2.0 from
http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1180 in
eggdrop1.6.18 in bot at quakenet which joins two channels. And I made a clear
instalation and add this tcl to config, but bot do not log any joins or parts or not
all quits from channels. I only turn day logging in this script config section:
set logger(time) "Day". Nothing else was changed and in my logfile I see only
following entry at start of file. No any other later joins/parts/kicks aren't logged.

Code: Select all

Session Start: Sun Mar 16 02:07:21 2008
Session Ident: #channel
[02:07] * Now talking in #channel
[02:07] * Topic is ... <some topic>
[02:07] * Set by ...<some_one> on ...<date>
I also changed end of line chars from $0A$0D to unix $0A, but nothing changed.
What's wrong? Joins was logged propetly before but after some time they aren't.
I disabled bseen script and deleted gseen mod because I thought it was other
modules fault. But even after new compilation joins/parts/kick aren't logged in
file anymore. Please help me solve this problem and sorry for my bad english :)

Btw, maybe is some other tcl or module which allow logging to separate files
day by day also can strip codes from messages and logs in a mirc's format?
Best regards: olesio
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Post the results (if any) of:

Code: Select all

.set errorInfo
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
o
olesio
Voice
Posts: 6
Joined: Mon Dec 10, 2007 6:28 pm

Post by olesio »

Alchera wrote:Post the results (if any) of:

Code: Select all

.set errorInfo
In partyline I get "Error: can't read "errorinfo": no such variable"
if I set this in my bot config file I can set any value to errorinfo,
but this isn't solve my problem. Where else I set this variable?
Best regards: olesio
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Notice the capital "I." It's errorInfo not errorinfo.
o
olesio
Voice
Posts: 6
Joined: Mon Dec 10, 2007 6:28 pm

Post by olesio »

Code: Select all

.set errorInfo
Currently: can't read "errorinfo": no such variable
Currently:     while executing
Currently: "set errorinfo"
Best regards: olesio
Post Reply