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.

nb_servers

Old posts that have not been replied to for several years.
Locked
n
nexis

nb_servers

Post by nexis »

is there anyway to set in one config file how the bots would connect to servers

say i want bot1 to connect to irc.serv1.net or irc.serv2.net
but i dont want bot2 on those servers, i want it on servers irc.serv3.net and irc.serv4.net
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

This is the whole point of nb_set. Read http://www.egghelp.org/netbots/doc_netb ... figuration

An example might look like

Code: Select all

nb_set sixen nb_servers {
  irc.serv1.net
  irc.serv2.net
}

nb_set nxsei nb_servers {
  irc.serv3.net
  irc.serv4.net
}
Locked