I am using an eggdrop bot to log everything in a specific channel. By default when I turn timestamps on in the logs it only timestamps hour and minute. Does anybody know how I can add seconds to the timestamps? Thanks!
/*
* 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]"