summaryrefslogtreecommitdiff
path: root/irc/eggdrop/files/patch-ah
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-06-11 05:32:50 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-06-11 05:32:50 +0000
commitb3b7da74e5f88f0c600cfed958151b1bfde94830 (patch)
tree0a3e2a1e4fcdb984a682c659da7fc7ea0d007cd9 /irc/eggdrop/files/patch-ah
parentUpdate to 3.0.5. (diff)
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.
Notes
Notes: svn path=/head/; revision=82743
Diffstat (limited to 'irc/eggdrop/files/patch-ah')
-rw-r--r--irc/eggdrop/files/patch-ah11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/eggdrop/files/patch-ah b/irc/eggdrop/files/patch-ah
new file mode 100644
index 000000000000..4ab51b25201f
--- /dev/null
+++ b/irc/eggdrop/files/patch-ah
@@ -0,0 +1,11 @@
+--- 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
+