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.

Search found 6 matches

by tempest
Sat Apr 28, 2012 8:22 am
Forum: Scripting Help
Topic: !stop command when bot it outputting text file.
Replies: 11
Views: 9678

Sorry I have not been able to reply sooner. Life threw me a few curly ones this week, so have not had much of a chance to do more on this. But I'm back to it now! Just wanted to say thank you for all the help that you guys have posted! it's been really great! I will let you all know how I go! tempest.
by tempest
Wed Apr 25, 2012 4:03 am
Forum: Scripting Help
Topic: !stop command when bot it outputting text file.
Replies: 11
Views: 9678

well read up on utimer. It's a little confusing, just adding the utime line with the output still lets the bot output but still no actual pause in time for each line. hmmmm I am now actually reading of a tcl manual LOL so i might get there in the end. Still more pointers welcome! I have also read th...
by tempest
Tue Apr 24, 2012 9:39 am
Forum: Scripting Help
Topic: !stop command when bot it outputting text file.
Replies: 11
Views: 9678

yes well found that it cues up rather quickly! so the "clearqueue" is working wonders! don't want to pest too much just one more bit of advice. i want to slow down the output a little to the chan so in the loop i tried this... foreach trance_line $data { puthelp "PRIVMSG $chan :$tranc...
by tempest
Tue Apr 24, 2012 2:22 am
Forum: Scripting Help
Topic: !stop command when bot it outputting text file.
Replies: 11
Views: 9678

thank you so much caesar!

im not able to apply your suggestions just yet, as im out and about! but i will let you know how i go with it when i get back in!

You guys are so helpfull!!

thank you!
by tempest
Mon Apr 23, 2012 6:01 pm
Forum: Scripting Help
Topic: !stop command when bot it outputting text file.
Replies: 11
Views: 9678

thank you for the quick reply! Well i put the proc in and it still does the same.. if you run the stop command while the bot is outputting the text file to the chan, it will not pick up the fact that you have done it untill it finishes outputting the file. One the files has finished being output it ...
by tempest
Mon Apr 23, 2012 8:11 am
Forum: Scripting Help
Topic: !stop command when bot it outputting text file.
Replies: 11
Views: 9678

!stop command when bot it outputting text file.

i have a small script that reads a text file to a channel. some times the files are long and would like to have a !stop command... however just adding a proc and binding !stop does not work as the loop that is reading the file is queuing up the output command... i don't know if its a hard thing or n...