Actually, if you've followed the above steps, you should have a directory within your home called "eggdrop/" containing all neccesary files in the proper location.
If you do insist on moving files by hand, you'd find the compiled modules, along with the compiled binary, in the root of the source-tree..
#### BLOWFISH MODULE ####
# IF YOU DON'T READ THIS YOU MAY RENDER YOUR USERFILE USELESS LATER
# Eggdrop encrypts its userfile, so users can have secure passwords.
# Please note that when you change your encryption method later (i.e.
# using other modules like a md5 module), you can't use your current
# userfile anymore. Eggdrop will not start without an encryption module.
#loadmodule blowfish
you need to enable this module by removing the comment (#) from in front of the command
ok now im getting a bit futher but it now says USER FILE NOT FOUND i then type /eggdrop -m eggdrop.conf and get this STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg ********* hello
This will make the bot recognize you as the master.
[19:21] === ********: 0 channels, 0 users.
Launched into the background (pid: 18155)
but my bot dont enter the irc channel specified what do i do now its in irc but just not a channel
cheers
Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[19:19] --- Loading eggdrop v1.6.18 (Sun Aug 5 2007)
[19:19] Module loaded: dns
[19:19] Module loaded: channels
[19:19] Module loaded: server
[19:19] Module loaded: ctcp
[19:19] Module loaded: irc
[19:19] Module loaded: transfer (with lang support)
[19:19] Module loaded: share
[19:19] Module loaded: compress
[19:19] Module loaded: filesys (with lang support)
[19:19] Module loaded: notes (with lang support)
[19:19] Module loaded: console (with lang support)
[19:19] Module loaded: seen
[19:19] Module loaded: blowfish
[19:19] Module loaded: assoc (with lang support)
[19:19] Module loaded: wire (with lang support)
[19:19] Module loaded: uptime
[19:19] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[19:19] use '.help userinfo' for commands.
[19:19] * USER FILE NOT FOUND! (try './eggdrop -m eggdrop.conf' to make one)
Did you create your owner-account, such as you were instructed when you started it?
STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg ********* hello
This will make the bot recognize you as the master.
It would also seem that you have not defined any channels within your config-file, as it states:
[19:21] === ********: 0 channels, 0 users.
Once you've entered the dcc partyline as owner, you could of course add new channels using the .+chan command...
Obviously, it's sitting there because you have not yet defined any channels.. How would your eggdrop know which channels to join if you do not define them, either in your config-file, or using the .+chan command once it's online?
In any case, simplest way of killing it, would be to dcc chat it, and use the .die command. Other option would be to use the kill command from your shell once you've found out it's pid.