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.

dynamic channels logfiles

Old posts that have not been replied to for several years.
Locked
User avatar
CrazyCat
Revered One
Posts: 1358
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

dynamic channels logfiles

Post by CrazyCat »

Hi there,

I'm looking for the way to have a logfile of a dynamic channel, but it doesn't seems to work.
So I'm actually trying a solution, wich is making a small tcl to add the channel and create the good logfile with : logfile jkp $chan_add $logfile.
But I've tryed it in console (.tcl logfile jkp #chan logs/chan.log ) and I hate the result: it creates the logfile, but it desesperatly stay empty.
So, here is my question:
is there any way to set it via the console (a chanset option?) or have I to continue with my tcl, and if yes, why is my log file always empty?

thx a lot :)
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

There is a nice little script for this very purpose.

See THIS page on egghelp.org, for autolog
User avatar
CrazyCat
Revered One
Posts: 1358
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

ok

Post by CrazyCat »

well, that's quite similar to the tcl I'd begin to make.
The only real difference is that mine won't be automatic, but a DCC command will add the channel as "must be logged".
stupid question: what are % variables? I don't remember having seen it before...
Locked