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.

Ping pong between bots

Help for those learning Tcl or writing their own scripts.
Post Reply
D
DonkyRoler
Voice
Posts: 2
Joined: Fri Aug 12, 2016 9:45 am

Ping pong between bots

Post by DonkyRoler »

Hi guys,

I'm searching for some help about tcl scripting for eggdrop, i'd like to have multiple bots active wich all run the same script. Is it possible (and how could i do this), that when a user issue the command let's say !help the bots catch it and only one off the bots will reply to the user requested command? This way i'd like to jump between bots and not only have 1 bot responds to ALL the triggers.

Regards,

Dave
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

Post by Madalin »

Ahoy
You have to link the bots and make custom TCL Scripts for any command you want. Everything is possible but you have to create some custom scripts for that.
D
DonkyRoler
Voice
Posts: 2
Joined: Fri Aug 12, 2016 9:45 am

Post by DonkyRoler »

Hi Madalin,

Thank you for your reply, i do know how to link bots together, is there some information you can push me to the right direction on how to start with that?

like: what to think about, syntax and such?
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

Post by Madalin »

Post Reply