do any one knows or is there any tcl script that does timer things ... like i want my bot to say some msg ... after 2 mins in a specified channel , is there any tcl for that ? thx in advance for any positive reply
http://www.Shunno.co.uk
Get FREE hosting, windows or Linux VPS unix Shells or get your own website in minutes. www.BanGlaCafe.com/chat.htm
Meet your local singles, chat with friends or just talk to people all over the globe
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
proc my:proc {nick uhost hand chan text} {
timer 2 [list my:second:proc $nick $uhost $hand $chan $text]
}
Note: It is not necessary to pass all variables to the next proc, you only need to pass only those arguments which are defined in your next proc, and the names cant be different, but the values would be same (since they don't depend upon names, just their positions).
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================