eggdrop
eggdrop copied to clipboard
Enhance load module
Found by: michaelortmann Patch by: michaelortmann Fixes:
One-line summary: Enhance load module
Additional description (if needed):
-
eggdrop.confdoc was adapted to current behavior, where eggdrop cannot run from compilation / source dir anymore but would throw* You are attempting to run Eggdrop from the source directory. Please finish installing Eggdrop by running "make install" and run it from the install location. - Raise path for module loading to
PATH_MAX. eggdropsmod-pathsetting is still limited to 120 chars, but path for module loading needs additional space for the current directory returned bygetcwd(). - Enhance error reporting for
getcwd().
Test cases demonstrating functionality (if applicable):