icenfire wrote:The gseen directions said to recompile the module so does that mean recompile the whole bot?
The procedure is basically the same. If you wiped out your original compile dir, you'll have to run ./configure with whatever options, and make config, etc. from scratch.
I retain the src dir for modifying things like this. It'll go faster if you still have the config files and .o files from a previous compile, otherwise you'll be compiling the entire eggdrop src just to recompile 1 module when you want to change it.
If you retain the src and .object files, then change the source for gseen or whatever other mods, just cd into their module subdir, make clean;make, then copy the resulting .so file into the modules dir for your bot.