1--- eggdrop.conf.orig 2020-08-26 02:55:59 UTC 2+++ eggdrop.conf 3@@ -1,4 +1,4 @@ 4-#! /path/to/executable/eggdrop 5+#!%%PREFIX%%/bin/eggdrop 6 # ^- This should contain a fully qualified path to your Eggdrop executable. 7 # 8 # This is a sample Eggdrop configuration file which includes all possible 9@@ -606,7 +606,7 @@ die "Please make sure you edit your config file comple 10 # If you run the bot from the compilation directory, you will want to set 11 # this to "". If you use 'make install' (like all good kiddies do ;), this 12 # is a fine default. Otherwise, use your head :) 13-set mod-path "modules/" 14+set mod-path "%%PREFIX%%/lib/eggdrop/" 15 16 17 #### BLOWFISH MODULE #### 18 19