Path: blob/main/irc/eggdrop/files/patch-eggdrop.conf
14238 views
--- eggdrop.conf.orig 2018-12-27 18:51:16 UTC1+++ eggdrop.conf2@@ -1,4 +1,4 @@3-#! /path/to/executable/eggdrop4+#!%%PREFIX%%/bin/eggdrop5# ^- This should contain a fully qualified path to your Eggdrop executable.6#7# This is a sample Eggdrop configuration file which includes all possible8@@ -604,7 +604,7 @@ die "Please make sure you edit your config file comple9# If you run the bot from the compilation directory, you will want to set10# this to "". If you use 'make install' (like all good kiddies do ;), this11# is a fine default. Otherwise, use your head :)12-set mod-path "modules/"13+set mod-path "%%PREFIX%%/lib/eggdrop/"141516#### BLOWFISH MODULE ####17@@ -1047,6 +1047,11 @@ set servers {18[2001:db8:618:5c0:263::]:6669:password19ssl.example.net:+669720}21+22+# Set this option, if you want a SSL connection to the IRC Server(s) specified23+# above. This setting applies to all servers, so make sure they all support SSL24+# connections. Eggdrop has to be compiled with SSL support for this to work!25+set use-ssl 02627# Number of seconds to wait between transmitting queued lines to the server.28# Lower this value at your own risk. ircd is known to start flood control293031