This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 5 matches

by psychic
Tue Sep 09, 2008 6:42 am
Forum: Eggdrop Help
Topic: default logging timestamp
Replies: 1
Views: 2142

default logging timestamp

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] ?

Thanks in advance!
by psychic
Tue Sep 02, 2008 10:24 pm
Forum: Scripting Help
Topic: newchanban issue
Replies: 8
Views: 6288

Thanks all, I got it all working and much better now. Thanks to the guys on IRCNet #Eggdrop!

Thanks all!
by psychic
Tue Sep 02, 2008 2:11 pm
Forum: Scripting Help
Topic: newchanban issue
Replies: 8
Views: 6288

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)
by psychic
Tue Sep 02, 2008 1:53 pm
Forum: Scripting Help
Topic: newchanban issue
Replies: 8
Views: 6288

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...
by psychic
Tue Sep 02, 2008 11:10 am
Forum: Scripting Help
Topic: newchanban issue
Replies: 8
Views: 6288

newchanban issue

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"...