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.

Order of bind execution

General support and discussion of Eggdrop bots.
Post Reply
A
Avalanchee
Voice
Posts: 4
Joined: Mon Jun 22, 2015 8:40 am

Order of bind execution

Post by Avalanchee »

I have multiple similar binds from non-related scripts:

Code: Select all

[10:48:24] #admin# binds
Command bindings:
...
  pubm -|-      *                      65 Proc1
  pubm -|-      *                      65 Proc2
  pubm -|-      *                      65 Proc3
  pubm -|-      *                      65 Proc4
Is there a way of making one proc trigger before the other one?
I tried to change the names of the procs to be alphabetically sorted by the desired order of execution.
I also tried to change the order of script loads in eggdrop.conf.
Both methods don't appear to make a difference.

Thanks.
Post Reply