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.

Clock co-operating eggdrop

Old posts that have not been replied to for several years.
Locked
S
Smoor[ke]

Post by Smoor[ke] »

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
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

read tcl-commands.doc about bind time
S
Smoor[ke]

Post by Smoor[ke] »

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