toefraz wrote:OK, say I have 3 bots, Toebot, Eldyrsbot, and Qban. Toebot is the hub. So I would put Eldyrsbot.conf and Qban.conf in Toebot's main directory? And when I do .netupdate -config on Toebot, it will send Eldyrsbot.conf and Qban.conf to the respective bots. Right?
Correct. slennox explains this in the documentation. 3 bots, toebot being the hub, eldyrsbot and qban are leaf bots. Put a copy of eldyersbot.conf and qban.conf into Toebot's main directory, so there should be 3 conf files in Toebot's main directory. Make all changes to your bot's conf files here, not in thier respective shells. Now when you type
.netupdate -config, your leaves will update thier conf files with the copy that you have uploaded to Toebot's main directory.
slennox wrote:You can choose any filename you want for the netbots.tcl components, config files, motd file(s), and telnet-banner file(s). You just need to make sure the files needed by each leaf bot are present on the hub bot's shell with the same filename and location.....Use the .netupdate [option] [bot] command on the hub bot. Valid options include -config, -motd, -banner, -settings and -scripts. If no option is specified, a combined settings/scripts update will be performed. If a bot is specified, the specified bot is updated, otherwise all bots are updated. Examples: netupdate -scripts will transfer the netbots.tcl script and components to all bots, netupdate -config Mallard will transfer the config file requested by Mallard.
Hope this is more helpful