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.
Old posts that have not been replied to for several years.
T
Techdude
Post
by Techdude » Fri Aug 02, 2002 1:37 pm
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)?
T
Techdude
Post
by Techdude » Mon Aug 05, 2002 1:07 pm
i dont get it =/ do i haveta put every command except netupdate for *, and every command including netupdate for the hub or sometin?
slennox
Owner
Posts: 593 Joined: Sat Sep 22, 2001 8:00 pm
Contact:
Post
by slennox » Mon Aug 05, 2002 2:23 pm
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 » Tue Aug 06, 2002 2:29 pm
thx