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

by Avalanchee
Mon Jun 29, 2015 7:53 am
Forum: Eggdrop Help
Topic: Communication between scripts
Replies: 3
Views: 7128

I must've read tcl-commands.html a dozen times but I guess I missed this event: 45. OUT (stackable) bind out <flags> <mask> <proc> proc-name <queue> <text> <queued|sent> Description: triggered whenever output is sent to the server. Normally the event will occur twice for each line sent: once before ...
by Avalanchee
Tue Jun 23, 2015 3:54 am
Forum: Eggdrop Help
Topic: Order of bind execution
Replies: 0
Views: 5227

Order of bind execution

I have multiple similar binds from non-related scripts: [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 alphab...
by Avalanchee
Tue Jun 23, 2015 3:44 am
Forum: Eggdrop Help
Topic: Communication between scripts
Replies: 3
Views: 7128

Thanks for the answer :) First of all I'll explain my scenario. I have a bot with multiple scripts that each have their own bind such as: 'bind pubm -|- * MyProc'. In addition, the bot has a "web chat" functionality - meaning users are able to connect via web and see the chat log, as well ...
by Avalanchee
Mon Jun 22, 2015 8:54 am
Forum: Eggdrop Help
Topic: Communication between scripts
Replies: 3
Views: 7128

Communication between scripts

Hello, I would like to know what is the best way to reuse code between different scripts? I'll split my post into multiple questions: 1) Is there a way to invoke a procedure that belongs to script #1 from within script #2? I know about the "source" command, but I don't think it's healthy t...