ports/irc/eggdrop/files/patch-ah
Foxfair Hu b3b7da74e5 Add eggdrop 1.6.13,
the most popular open source Internet Relay Chat bot.

PR:		47296
Submitted by:	Ulrich Spoerlein <q@uni.de>

Update to the latest version 1.6.15 will followup immediately.
2003-06-11 05:32:50 +00:00

11 lines
255 B
Text

--- src/modules.c.orig Mon Jul 16 18:54:01 2001
+++ src/modules.c Fri Nov 2 11:49:45 2001
@@ -94,7 +94,7 @@
#ifndef STATIC
/* Directory to look for modules */
-char moddir[121] = "modules/";
+char moddir[121] = __PREFIX__ "/lib/eggdrop/";
#else