I decided to try my hand at adding new modules to my eggdrop after seeing the new modules added on egghelp.org recently. I ran into issues of course.
I decompressed noclones module to my eggdrop1.6.19/src/mod dir.
I then ran make config from the eggdrop1.6.19 dir as well as make and make install DEST=mybotsdirectory.
I had no errors.
I added the following lines to my bots .conf file:
loadmodule noclones
set noclones-max 1
set noclones-kickmsg "max clones reached for channel"
I then started up the eggdrop process with no errors encountered.
I chanset #channelname +noclones via telnet session.
everything seams to be ok until someone joins the channel and the bot process immediately dies. I am not seeing any error messages.
Did I miss a step in setting up the module? any help would be appreciated. thank you.