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.

How to make a delay in sending a message to channel?

Help for those learning Tcl or writing their own scripts.
Post Reply
d
daigo
Voice
Posts: 37
Joined: Fri Jun 27, 2014 8:02 pm

How to make a delay in sending a message to channel?

Post by daigo »

The IRC network I'm on has very conservative flood protection, and some of my scripts send 2 messages immediately in succession. How can I make it so that there is a 2 second delay between the 2 messages?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

First use a different queue like puthelp instead of putquick or putserv, and if this doesn't work will figure something out.
Once the game is over, the king and the pawn go back in the same box.
d
daigo
Voice
Posts: 37
Joined: Fri Jun 27, 2014 8:02 pm

Post by daigo »

Thanks. I used puthelp in combination with utimer.
Post Reply