mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
29 lines
1.2 KiB
Text
29 lines
1.2 KiB
Text
--- eggdrop.conf.orig 2019-10-22 14:15:19 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
|
|
@@ -658,7 +658,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 ####
|
|
@@ -1095,6 +1095,11 @@ addserver you.need.to.change.this 6667
|
|
addserver another.example.com 6669 password
|
|
addserver 2001:db8:618:5c0:263:: 6669 password
|
|
addserver ssl.example.net +7000
|
|
+
|
|
+# 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
|