My wish, is to have a few linked bots, do announcements.
I want to be able to make all bots announce a message on the channels they are on, by using a trigger on my master bot of some kind.
Let's say I have 5 bots
News[1], News[2], News[3], ... etc
Where News[1] is my master bot, which all the other bots are linked to. I want to be able to msg News[1], and make it tell all the other bots thats linked to it, to announce a message.
fx /msg News[1] announce This is the message!
Would trigger News[1], including all the other bots, to say '(News[?]): This is the message!' on all channels.
Now I have tried looking through the TCL archive, and this forum, to find examples or even a complete script! But what I'm searching for, is a script as simple and basic as possible, so I might be able to learn how it's working. I'm not looking for someone to do it all for me, just show me the way, since I'm interested in learning!
Could someone please provide me some simple code, showing me in the right direction towards the script i want.
[Edit] Or perhaps show me a really simple script, that explains how I can make my 'master' bot tell the other bots to do a command [/Edit]