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.

netupdate/control bots

Old posts that have not been replied to for several years.
Locked
T
Techdude

netupdate/control bots

Post by Techdude »

Is it possible to set up netbots so it will accept all commands from all bots other then netupdate, and allow the hub to run a netupdate (as well as every other command)?
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

You need to fiddle around with nb_ctrlbots advanced mode:

http://www.egghelp.org/netbots/doc_advanced.htm
T
Techdude

Post by Techdude »

i dont get it =/ do i haveta put every command except netupdate for *, and every command including netupdate for the hub or sometin?
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

To do what I think you'd want, you would in fact need to put every netbot command for the leaves, but only * for the hub. For example:

set nb_ctrlbots(TheHub) "*"
set nb_ctrlbots(*) "netsay,netinfo,neteveryothercommand"

The above would cause the bot to accept any netbot command from TheHub, and only the listed commands from any other netbot.
T
Techdude

Post by Techdude »

thx :P
Locked