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.

Make bot for the 1st time

Old posts that have not been replied to for several years.
Locked
c
cst__

Make bot for the 1st time

Post by cst__ »

Please help me :cry:
------------------
[bot@sv eggdrop]$ ./eggdrop -m test.conf

Eggdrop v1.6.13 (C) 1997 Robey Pointer (C) 2002 Eggheads
[00:48] --- Loading eggdrop v1.6.13 (Mon Dec 30 2002)
[00:48] Listening at telnet port 5050 (all)
[00:48] Module loaded: dns
[00:48] Module loaded: channels
[00:48] Module loaded: server
[00:48] Module loaded: ctcp
[00:48] Module loaded: irc
[00:48] Module loaded: notes (with lang support)
[00:48] Module loaded: console (with lang support)
[00:48] Module loaded: uptime
[00:48] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[00:48] use '.help userinfo' for commands.
[00:48] Creating channel file
[00:48] Couldn't create channel file: test.chan. Dropping


STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg test hello
This will make the bot recognize you as the master.

You have installed modules but have not selected an encryption
module, please consult the default config file for info.

------------------
I edited the my test.conf and already add set servers to my IRC Server address and port. But my bot does not come online :( I tried telnet to the bot, but network error: connection timeout. It's seem my bot not running.
I can't do anything more and need your help for the newbie.
waiting for reply every second
Thank you, thank you and thank you
B
BouNCer

hey

Post by BouNCer »

Hey do you have msn or summtin my email address is itsjstskl@adelphia.net email me the config file and i will look it over
c
cst__

Post by cst__ »

I sent to your Email my config file. Please help me BouNCer
Thank
B
BouNCer

hey

Post by BouNCer »

could i have ur msn name or summtin it would be alot eaiser to ask questions about your shell or box
c
cst__

Post by cst__ »

Good help
Thank BouNCer
I love your Spot :wink:
B
BouNCer

lol

Post by BouNCer »

lol thanks but you are running 1.6.13 :) im still back in the old days i like the 1.6.8 thats where that conf file came from
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Simplicity of the fact, the bot is not running.

The reason why, is given in the error message.

You do not have an encryption module loaded.

Encryption modules are needed to keep passwords secure, both for yourself, and the poeple using your bots.

Consult your config file, and make sure that the line loading the blowfish (the encryption module provided with eggdrop and windrop) is not commented out or missing.
Locked