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.

Gettting an egg to send the same message twice

Old posts that have not been replied to for several years.
Locked
P
Project-X

Post by Project-X »

Hi,

I've been playing around with tcl script and a windrop for the last 3 hours now.. and cant find out how to make it send the same message to a user twice over.

example:

putserv "PRIVMSG $nick :TestMsg"
putserv "PRIVMSG $nick :TestMsg"

Bot says "TestMsg" once. Ive set double-mode to 1 and double-server to 1 .. still have the same prob. Anyone got any ideas?
P
Project-X

Post by Project-X »

Now know the reason why its doing this: all messages are added to a queue and are then shown after the procedure is completed.

Anyone know of command to process the message list before the procedure ends?
P
Project-X

Post by Project-X »

managed to work it out for myself... in cause any of you wanted to know, use putquick instead of putserv
Locked