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 2 matches

by needHelp
Mon Nov 05, 2007 11:29 am
Forum: Scripting Help
Topic: launching a proc in background?
Replies: 5
Views: 3085

as i already said i dont want to run an executable.

But i think i solved it on my own using Thread 2.6 package.
by needHelp
Sat Nov 03, 2007 8:31 pm
Forum: Scripting Help
Topic: launching a proc in background?
Replies: 5
Views: 3085

launching a proc in background?

hi, i wrote a proc for my eggdrop which takes some time. while running this proc the eggdrop cant respond to other commands and sometimes i get ping timeout. the proc has to take the long time so i dont want to change anything on it. instead im looking for a method to call the proc from the binded p...