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.
Discussion of Eggdrop's code and module programming in C.
-
sharpie1664
- Voice
- Posts: 28
- Joined: Sun Aug 05, 2007 4:44 am
Post
by sharpie1664 »
how do i make modules ie blowfish.so
irc.so etc etc or where can i get hold of them so i can put then in my module folder
cheers
-
nml375
- Revered One
- Posts: 2860
- Joined: Fri Aug 04, 2006 2:09 pm
Post
by nml375 »
These modules are included with the source, and should've been compiled during make... Please verify that you've followed these steps:
Code: Select all
./configure
make config
make eggdrop
make modules
make install
Also make sure that each step succeeds without any errors before moving on to the next.
NML_375