ports/irc/eggdrop/files/patch-ak
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
426 B
Text

--- src/eggdrop.h.orig Fri Mar 29 22:40:24 2002
+++ src/eggdrop.h Sun Aug 18 22:51:25 2002
@@ -68,7 +68,7 @@
/* Language stuff */
-#define LANGDIR "./language" /* language file directory */
+#define LANGDIR __PREFIX__ "/share/eggdrop/language" /* language file directory */
#define BASELANG "english" /* language which always gets loaded
before all other languages. You do
not want to change this. */