Hey, I have a little question about logfiles in eggdrop config.
Currently I have something like this:
Code: Select all
logfile jpk #chan1 "logs/chan1.log"
logfile jpk #chan2 "logs/chan2.log"
logfile jpk #chan3 "logs/chan3.log"
logfile jpk #chan4 "logs/chan4.log"
I want my bot to log every channel's stuff into its own log file (which why I am using this), but I don't really want to edit the conf file everytime I add a channel, hence my question is.. Is there a way to set the bot to globally log the channels into individual files?
Something like this:
Where <chan> corresponds the channel it is logging from..
Thanks.