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.

Search found 4 matches

by ciar
Wed Feb 02, 2005 8:10 am
Forum: Archive
Topic: how to make eggdrop create only 1 logfile for a channel
Replies: 9
Views: 4052

...or read doc/TRICKS - If you don't want your logfiles to be deleted after two days and don't want the bot to create a new logfile each new day, then set 'keep-all-logs' to 0 and 'switch-logfiles-at' to 2500 in your bot's config file to make it keeping one logfile all the time. This is not recomme...
by ciar
Tue Feb 01, 2005 5:27 pm
Forum: Archive
Topic: how to make eggdrop create only 1 logfile for a channel
Replies: 9
Views: 4052

This is better in my opinion, eventualy the file will become very large and you'll need to delete it. Thus, I find having a separate logfile for each day is better; anyways, if you want it to log into only one file then I'm sure a tcl script can do this task very well. I guess i'll have to find a t...
by ciar
Tue Feb 01, 2005 3:09 pm
Forum: Archive
Topic: how to make eggdrop create only 1 logfile for a channel
Replies: 9
Views: 4052

# If you want to keep your logfiles forever, turn this setting on. All # logfiles will get suffix ".[day, 2 digits][month, 3 letters][year, 4 digits]". # Note that your quota/hard-disk might be filled by this, so check your # logfiles often and download them. set keep-all-logs 0 # If keep...
by ciar
Tue Feb 01, 2005 11:04 am
Forum: Archive
Topic: how to make eggdrop create only 1 logfile for a channel
Replies: 9
Views: 4052

how to make eggdrop create only 1 logfile for a channel

I apologise profusely if this has been asked before but: How can you force eggdrop not to cycle logfiles once a day? As in just to keep logging a particular channel to one channel.log file? Thanks a million in advance guys, ESPECIALLY if this has been asked before but I have searched high and low fo...