Hi, when I enable channel logging for the eggdrop, when I enable timing the logs, it shows [hh:mm] format timestamp, how do I customize the timestamp to be something like this: [2008-09-09 14:42:00] ?
/*
* Set the following to the timestamp for the logfile entries.
* Popular times might be "[%H:%M]" (hour, min), or "[%H:%M:%S]" (hour, min, sec)
* Read `man strftime' for more formatting options. Keep it below 32 chars.
*/
#define LOG_TS "[%H:%M]"
This will also display the same format in DCC ...etc and modifying the eggdrop source code not recommended.