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