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.
TakaShi^^
Voice
Posts: 36 Joined: Sat Apr 30, 2005 4:20 am
Location: Singapoe
Post
by TakaShi^^ » Sat Jun 11, 2005 1:35 pm
Hello, who have a timer script..like those normal /timer 0 xxx /msg #channelname <yourmessage>
ANyone Have a script tat make for Bots Advertise =)
Im learning!!!
^DooM^
Owner
Posts: 772 Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:
Post
by ^DooM^ » Sat Jun 11, 2005 1:46 pm
Check the TCL archive as the
READ ME BEOFRE YOU POST tells you todo before making dumb ass requests for scripts that already exist.
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
awyeah
Revered One
Posts: 1580 Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:
Post
by awyeah » Sun Jun 12, 2005 3:22 am
This is a normal timer script, it will be executed only once after 1 minute:
Code: Select all
timer 1 my:proc
proc my:proc {} {
putserv "PRIVMSG #my_channel :Hello!"
}
This is a continuous timer script, it will be executed regularly after an invterval of 1 minute:
Code: Select all
timer 1 my:proc
proc my:proc {} {
putserv "PRIVMSG #my_channel :Hello!"
timer 1 my:proc
}
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================