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.

Linking over two different networks

Old posts that have not been replied to for several years.
Locked
s
svenneboy

Linking over two different networks

Post by svenneboy »

Hi, been trying to link two bots over different networks, with no success. Is it possible? If it is then how is it done? When i tried all i got was the message, Imposter, got _BOT but wanted BOT... any ideas ? Oh, btw can one network use SSL, ie Linknet?

thx
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

RTFM :))
the better way you can use is to set botnet-nick in configuration file, to be sure of the nick you use.
Then, just follow the given process at http://www.egghelp.org/enhance.htm, using the botnet-nicks you setted
s
svenneboy

Post by svenneboy »

yea i did, i read that page also but i can't find anything there about linking over different networks
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

You can link eggdrops whatever is the network they stay.
egghelp wrote: 7) Now it's time to setup the hub on the leaf bots. Let's start with Camelback, so leave BigBoy for now and switch to Camelback's command console. First, you need to know the telnet address for your hub bot (BigBoy), which consists of the bot's host and port (the port will be whatever you set in the listen setting in BigBoy's config file). If BigBoy's hostname is bigboy@steam.trains.com and the port is 11941, its telnet address is steam.trains.com:11941. You can then add BigBoy by typing .+bot BigBoy steam.trains.com:11941.
This means that if your eggdrops aren't on same channels/networks, you must specify, in .+bot, the ip/hostname and ports.
If eggdrop1 (shell is 123.45.67.89 - port 3000) is on irc.dummy.net and eggdrop2 (shell is 123.98.76.54 - port 3000) is on irc.n00b.net, you just have to do:
<eggdrop1>.+bot eggdrop2 123.98.76.54:3000
<eggdrop1>.botattr eggdrop2 +fh
<eggdrop1>.save

<eggdrop2>.+bot eggdrop1 123.45.67.89:3000
<eggdrop2>.botattr eggdrop1 +fh
<eggdrop2>.save

You don't care about network :)
Locked