29 lines
1.2 KiB
Text
29 lines
1.2 KiB
Text
--- eggdrop.conf.orig 2018-12-27 18:51:16 UTC
|
|
+++ eggdrop.conf
|
|
@@ -1,4 +1,4 @@
|
|
-#! /path/to/executable/eggdrop
|
|
+#!%%PREFIX%%/bin/eggdrop
|
|
# ^- This should contain a fully qualified path to your Eggdrop executable.
|
|
#
|
|
# This is a sample Eggdrop configuration file which includes all possible
|
|
@@ -604,7 +604,7 @@ die "Please make sure you edit your config file comple
|
|
# If you run the bot from the compilation directory, you will want to set
|
|
# this to "". If you use 'make install' (like all good kiddies do ;), this
|
|
# is a fine default. Otherwise, use your head :)
|
|
-set mod-path "modules/"
|
|
+set mod-path "%%PREFIX%%/lib/eggdrop/"
|
|
|
|
|
|
#### BLOWFISH MODULE ####
|
|
@@ -1047,6 +1047,11 @@ set servers {
|
|
[2001:db8:618:5c0:263::]:6669:password
|
|
ssl.example.net:+6697
|
|
}
|
|
+
|
|
+# Set this option, if you want a SSL connection to the IRC Server(s) specified
|
|
+# above. This setting applies to all servers, so make sure they all support SSL
|
|
+# connections. Eggdrop has to be compiled with SSL support for this to work!
|
|
+set use-ssl 0
|
|
|
|
# Number of seconds to wait between transmitting queued lines to the server.
|
|
# Lower this value at your own risk. ircd is known to start flood control
|