I'm having some trouble to figure out where ctime should me put, this is the !banlist-section of chan.tcl: #banlist proc pub_do_bans {nick uhost hand chan text} { puthelp "NOTICE $nick : Ban List for $chan." foreach {a b c d} [banlist $chan] { puthelp "NOTICE $nick :- [format %-12s%-1...
I'm running 1.16.17 botnet with two bots, all working like a charm. Well, almost. When I do !banlist I get the list of bans (ftom channel.user) with unix-time when they were set, how could this be altered to "normal" time?