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.
P
Project-X
Post
by Project-X » Sun Feb 17, 2002 1:04 am
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 » Mon Feb 18, 2002 2:00 pm
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 » Mon Feb 18, 2002 2:29 pm
managed to work it out for myself... in cause any of you wanted to know, use putquick instead of putserv