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.

Need a help Eggdrop modules

General support and discussion of Eggdrop bots.
Post Reply
A
AmytiX
Voice
Posts: 4
Joined: Mon Aug 01, 2011 7:46 am
Contact:

Need a help Eggdrop modules

Post by AmytiX »

Hello :D
i'm new here and I need a help
When I type eggdrop -m bot.conf it gives me this :

Code: Select all

Eggdrop v1.6.19+ctcpfix (C) 1997 Robey Pointer (C) 2008 Eggheads
[13:42] --- Loading eggdrop v1.6.19+ctcpfix (Mon Aug  1 2011)
[13:42] Can't load modules blowfish: Cannot open "/usr/local/share/eggdrop/modules/blowfish.so"
[13:42] Can't load modules dns: Cannot open "/usr/local/share/eggdrop/modules/dns.so"
[13:42] Can't load modules channels: Cannot open "/usr/local/share/eggdrop/modules/channels.so"
[13:42] Can't load modules server: Cannot open "/usr/local/share/eggdrop/modules/server.so"
[13:42] Can't load modules ctcp: Cannot open "/usr/local/share/eggdrop/modules/ctcp.so"
[13:42] Can't load modules irc: Cannot open "/usr/local/share/eggdrop/modules/irc.so"
[13:42] Can't load modules transfer: Cannot open "/usr/local/share/eggdrop/modules/transfer.so"
[13:42] Can't load modules console: Cannot open "/usr/local/share/eggdrop/modules/console.so"
[13:42] Can't load modules seen: Cannot open "/usr/local/share/eggdrop/modules/seen.so"
[13:42] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[13:42] use '.help userinfo' for commands.


STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
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.
myshell(at)shellmix ~/eggdrop>
Plz help me I was searching into our friend Google but I did not find any idea about this problem and tank you
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Hi AmytiX,
Where did you get your config-file from? It would seem the mod-path config-setting is set to "/usr/local/share/eggdrop/modules", yet you've installed your eggdrop in ~/eggdrop/ ?
NML_375
A
AmytiX
Voice
Posts: 4
Joined: Mon Aug 01, 2011 7:46 am
Contact:

Post by AmytiX »

Hi nml375 ^^
I was get my egddrop from :
ftp://ftp.eggheads.org/pub/eggdrop/sour ... .20.tar.gz
and I was install my eggdrop from
/homex2/zaggoudi/bot/bot.conf
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Then please check the "mod-path" setting, and make sure it points to the modules-directory where you installed your eggdrop (usually "./modules").
NML_375
A
AmytiX
Voice
Posts: 4
Joined: Mon Aug 01, 2011 7:46 am
Contact:

Post by AmytiX »

Ohh chut this eggdrop is wrong
I have the same problem I was doing what you say :-(
Can I ask you ?!
Is these modules are important ?!
Because I can disable them to add "#" to ignore them like this :

Code: Select all

#loadmodule ctcp
#loadmodule irc
#loadmodule server
etc ...
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Some of the modules are usually important, others not..
The server module is what makes your eggdrop connect to an irc-server. So, unless you're running a "limbobot", you'll need that one (along with the irc module).
If you also intend for your eggdrop to join channels, then you'll also need the channels module.

Your eggdrop will not start without the blowfish module in any case, as this is needed for password encryptions in the userfile (amongst other things).


I can only recommend that you re-check that setting once again, and make sure that the files (server.so, irc.so, etc) are present in that directory.
NML_375
A
AmytiX
Voice
Posts: 4
Joined: Mon Aug 01, 2011 7:46 am
Contact:

Post by AmytiX »

Ok thank you so much nml375 ^^
Post Reply