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.

Telnet in Windows XP being lame

Old posts that have not been replied to for several years.
Locked
G
Gothic-Angel
Op
Posts: 109
Joined: Mon Sep 23, 2002 9:46 pm

Telnet in Windows XP being lame

Post by Gothic-Angel »

I can't for the life of me make telnet run the eggdrop on the shell.

I had to figure out that cd = cwd on xp's telnet. Can someone instruct me on how to run the eggdrop in -m mode? I got everything setup on it and ready to go. First time using a shell soooo
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

Number one you dont telnet in .. you ssh in. Download putty (do an I feel lucky search on google)

from then on its just the same as if you were at the console.

to run -m, just type:

Code: Select all

eggdrop -m mybot.conf
Although of course you need to replace the mybot with your bot/conf name. then message it hello and Bob should be your maiden aunt who lives in novascotia.
G
Gothic-Angel
Op
Posts: 109
Joined: Mon Sep 23, 2002 9:46 pm

Post by Gothic-Angel »

Hmm i tried that i changed to the dir using putty with ssh and I couldn't get it to run said unknown command.

[22:24](blahblah@freedom)[~/eggdrop1.6.12]> eggdrop -m leper.conf
eggdrop: Command not found.


The directory the eggdrop is in is eggdrop1.6.12 I can't make the mofo run.
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

do ./eggdrop. that makes it point to the binary in the current directory, since it isnt in your path.
Locked