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 problem: bad password

Old posts that have not been replied to for several years.
Locked
v
vega

linking problem: bad password

Post by vega »

hi,

is set up two eggis version 1.6.13 and want to link them. i did everything what "enhancing your bot" on this page says but when they try to link they say:

on hub
> telnet connection: <adress/port>
> challenging leafbot
> bad password: ..

on leaf
> password required for connection to hub
> bad password on connection attempt to hub
> lost bot: hub

I added the bots this way: .+bot <nick> <adress:port> (with port as set in bot.conf @ "listen <port> all")

Now i set pws this way:
on hub
> .chpass leafbot <something>

on leaf
> .chpass hub <something>

How can i tell leafbot/hub to use this pw when telneting/linking?

Thanks in advance
d
dvV
Voice
Posts: 30
Joined: Wed Jan 29, 2003 4:08 pm

Post by dvV »

on the hub put .chpass leaf <nothing>
on the leaf put .chpass hub <nothing>

this will remove all pwds and on the first connect to the hub by the leaf the bots will set random pwds on each other.
v
vega

Post by vega »

dvV wrote:on the hub put .chpass leaf <nothing>
on the leaf put .chpass hub <nothing>

this will remove all pwds and on the first connect to the hub by the leaf the bots will set random pwds on each other.
thx. i'll try that
Locked