I am having a bit of a problem with the user files hosts on the leaf user files.
I have tested this over and over again and I do not see the changes such as adding a host to a leaf, overridden by the HUB which according to my settings it should work right? The hub should replace whatever is set on the leaf user file back to whatever is set on the Hub's user file? The Host I added to the leaf user file does not exist on the the Hub's user file.
When I DCC to the Hub and leaf bot I send the .reload command in DCC from the hub bot and do not see any changes made to the leaf user file?
The +shared is set for the channel in question. As a matter of fact any new channel I add will always automatically be set to +shared so that is not the issue. See my botattr settings below which are also correct so that is not the problem either.
Leaf Conf
loadmodule share
set private-global 0
set private-globals ""
set private-user 0
set override-bots 1
set allow-resync 0
set resync-time 900
HUB Conf
loadmodule share
set private-global 1
set private-globals ""
set private-user 1
set override-bots 0
set allow-resync 0
set resync-time 900
The botattr of each leaf on the HUB's user file is +gs
The botattr of the HUB on each Leaf's user file is +ghp
The botattr of the alternate bot's on each leaf's user file is +agp
The botattr of each leaf on the alternate user's file is +gs
I purposely set set private-globals "" to null because I do not want any flags ignored. Is this set correctly for both HUB and LEAF conf files?
I have set owner to myself on all the configs and I have set must-be-owner to 2. If that actually has anything to do with sharring user file attributes?
Last question can you have more than one alternate bot and what botattr settings should I set if I have 2 alternate bots on both the alternate, hub and leaf user files.
Should the share module settings in an alternate conf file basically look like the way I have it set for a leaf? I would think it should since if I change it to look like the Hub conf the alternate bot will not make changes accordingly to the Hub bot.
This all gets kinda confusing when you add an alternate bot in the picture.
Thanks for reading this post and attempting to answer it as best as possible.