1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
$Id: mod.share,v 1.16 2006-03-28 02:35:49 wcc Exp $
Share Module
Last revised: November 27, 2003
_____________________________________________________________________
Share Module
This module provides userfile sharing support between two directly linked
bots.
This module requires: transfer, channels
Put this line into your Eggdrop configuration file to load the share module:
loadmodule share
There are also some variables you can set in your config file:
set allow-resync 0
When two bots get disconnected, this setting allows them to create a
resync buffer which saves all changes done to the userfile during
the disconnect. When they reconnect, they will not have to transfer
the complete user file, but, instead, just send the resync buffer.
set resync-time 900
This setting specifies how long to hold another bots resync data
before flushing it.
This is a setting for allow-resync.
set private-global 0
When sharing user lists, DON'T ACCEPT global flag changes from other
bots? NOTE: The bot will still send changes made on the bot, it just
won't accept any global flag changes from other bots. This overrides
the private-globals setting (below).
set private-globals "mnot"
When sharing user lists, if private-global isn't set, which global flag
changes from other bots should be ignored?
set private-user 0
When sharing user lists, don't accept ANY userfile changes from other
bots? Paranoid people should use this feature on their hub bot. This
will force all userlist changes to be made via the hub.
set override-bots 0
This setting makes the bot discard its own bot records in favor of
the ones sent by the hub.
NOTE: No passwords or botflags are shared, only ports and
address are added to sharing procedure. This only works with hubs that
are v1.5.1 or higher.
_____________________________________________________________________
Copyright (C) 2000 - 2006 Eggheads Development Team
|