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.
Old posts that have not been replied to for several years.
S
Smoor[ke]
Post
by Smoor[ke] » Mon Feb 18, 2002 8:19 pm
Heya folks, I am making an advanced eggdrop and i asked myself something...is it possible to make an eggdrop react on serveral timelaps, I mean living with the clock. For example at 12.00PM he need to say on a channel, "I'm going to sleep now..."
Please give me a little tip to code it out!
Thanks in advanced.
Smoor
Petersen
Owner
Posts: 685 Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK
Post
by Petersen » Mon Feb 18, 2002 9:00 pm
read tcl-commands.doc about bind time
S
Smoor[ke]
Post
by Smoor[ke] » Mon Feb 18, 2002 10:10 pm
hmmz thanks, but how can i make the proc...
proc timeclock {minute hour day month year} {
if {$hour == "00"} {
putserv "NICK DutsZzZz"
return 0
}
}
would it work like this ?