View previous topic :: View next topic |
Author |
Message |
BrewMaster Voice
Joined: 07 Jul 2007 Posts: 34
|
Posted: Wed Jul 09, 2008 4:13 pm Post subject: adding modules to eggdrop |
|
|
Hello,
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. |
|
Back to top |
|
 |
nml375 Revered One
Joined: 04 Aug 2006 Posts: 2857
|
Posted: Wed Jul 09, 2008 5:12 pm Post subject: |
|
|
Did you get any coredump? _________________ NML_375, idling at #eggdrop@IrcNET |
|
Back to top |
|
 |
BrewMaster Voice
Joined: 07 Jul 2007 Posts: 34
|
Posted: Thu Jul 10, 2008 10:53 am Post subject: |
|
|
no, I did not get a core dump file. I changed my log files to add debug information. and will post if i get any errors.
I do not think ulimit/unlimit is enabled on this shell. |
|
Back to top |
|
 |
nml375 Revered One
Joined: 04 Aug 2006 Posts: 2857
|
Posted: Thu Jul 10, 2008 11:07 am Post subject: |
|
|
No DEBUG file generated either? :/
I guess one way would be to start your eggie directly from within gdb.. _________________ NML_375, idling at #eggdrop@IrcNET |
|
Back to top |
|
 |
|