How to configure eggdrop to make ex three different logfiles from chan.
The default is %Y%m%d
So I use now only .%Y to get year log in one file but I also want to create log files from each month and each week
set logfile-suffix ".%Y" this is for year log
set logfile-suffix ".%m" this should work for month log
set logfile-suffix ".%?????" what to put this to get weekly log??