heay all !
i dont know what happen to this megahal.mod module i have installed as they have said. but see when i am installing after typing "make" i get this errer
.././megahal.mod/megahal.c:214: warning: 'wpm' defined but not used
.././megahal.mod/megahal.c:223: warning: 'delQueue' declared `static' but never defined
.././megahal.mod/megahal.c:224: warning: 'theq' defined but not used
.././megahal.mod/megahal.c:228: warning: 'megahal_expmem' defined but not used
.././megahal.mod/megahal.c:236: warning: 'mystrdup' defined but not used
*** Error code 1
Stop in /home/HosTer/eggdrop1.6.18/src/mod/megahal.mod.
*** Error code 1
Stop in /home/HosTer/eggdrop1.6.18/src/mod.
*** Error code 1
Stop in /home/HosTer/eggdrop1.6.18.
[HosTer@PakShells:~/eggdrop1.6.18]
however after this it dose not bug any else errer but when i .restart BOT or .rehash i get this msg
then check earlier in the make.log for other errors, such as header files not being found.
BTW, those are just warning messages, they won't necessarily kill the compile, so there's likely other error messages you missed as they scrolled off the screen.
If the compile was successful, you have to move the module into the bot's module directory yourself.
[HosTer@PakShells:~/eggdrop1.6.18] make > make.log
In file included from .././megahal.mod/megahal.c:153:
/usr/include/malloc.h:3:2: #error "<malloc.h> has been replaced by <stdlib.h>"