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.

Botnet share commands problem

Old posts that have not been replied to for several years.
Locked
t
tedbundy

Botnet share commands problem

Post by tedbundy »

I have to bots running in a botnet (bot1 and bot2)

they both run a little tcl script, that outputs everything after a command to every channel it's on (ex: !bf I seek pcw on bla bla bla.)

is it possible, to make the other bot in the botnet output the same information, when one bot gets the command?

ex: bot1 in #chan1:
person_in_chan1: !bf bla bla bla some text
bot1: person_in_chan1 wrote in #chan1: bla bla bla some text (posted on every channel)

bot2 in #chan_where_bot1_is not_and_not_in_chan1_at_all
bot2: person_in_chan1 wrote in #chan1: bla bla bla some text

Hope you understand my question..

TB
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Sure use putbot to send a message to the other bot. Use a bind to capture the message and send it to all the channels.
Locked