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] ?
Alright, but can we focus a bit on the "newchanban" thingy? Can you tell me a correct syntax of using newchanban here? I mean in my code. ( I did change $args to a different name too)
I am afraid this didn't really help me much, I still can't do it. All I wish to do is something like if { $cmd == "addban"} { newchanban $arg2 (host) $arg4 (duration in days) $arg3 (ban message) } bind msg -|m command syntcmd proc syntcmd {nick uhost hand args} { global botnick set cmdchan...
This is a part of my tcl which is not working and I get this error wrong # args: should be "putlog text" Here's the requested code from the pastebin: Wrap Lines Use Line Numbers bind msg -|fpm command command proc command {nick uhost hand args} { global botnick set thechan "#chan"...