hi all, i currently have 3 bots, namely, a, b and c.
a and b are connected via a botnet and thus shares their userfiles and chanfiles correspondingly
c is a seperate bot which i would like to connect to the botnet, however, c already has its own userfile and chanfile and i would like it to INCLUDE a & b's userfile into its current userfile
can this be done? and what steps should i take? i am afraid that by connecting these 3 bots together, the original userfile and chanfile of bot c will be replaced entirely by that of bot a and b.
What you are asking for, is some form of selective based setup system, using some form of basic P2P type sharing system.
This is not usrrently possible.
Eggdrop uses a server-client relationship when it shares userfiles. In this system, you have a master server, and clinets which download the master information. They use this information exclusivly (after filtering by some of the config settings like private globals and so on), and do not append any information.
The complexity of eggdrops sharing system would go up so high, if using a selective system, it would be allmos tinsane to use it in a basic form.