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.

bots and userfiles..

Old posts that have not been replied to for several years.
Locked
b
beebee

bots and userfiles..

Post by beebee »

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.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

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.

In essance, no, this is not possible.
Locked