I am running eggdrop1.8 as i need ssl
Anyway.. this will probably happen on all versions.
I am wondering.. i need to trigger 2 scripts from one !trigger.
But at the moment. Only one will operate at a time and I cannot combine scripts Anyway to fix this?
I am running eggdrop1.8 as i need ssl
Anyway.. this will probably happen on all versions.
I am wondering.. i need to trigger 2 scripts from one !trigger.
But at the moment. Only one will operate at a time and I cannot combine scripts Anyway to fix this?
You merely write a wrapper that will call both procedures in the order you want. Associate the bind then to this wrapper. The wrapper will ensure both procedures run. There are other ways to do this involving "return codes" that can accomplish it as well. But "wrapping" the two together is the easier way.. Enjoy