Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/irc/eggdrop/files/patch-eggdrop.conf
14238 views
1
--- eggdrop.conf.orig 2018-12-27 18:51:16 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
@@ -604,7 +604,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
@@ -1047,6 +1047,11 @@ set servers {
19
[2001:db8:618:5c0:263::]:6669:password
20
ssl.example.net:+6697
21
}
22
+
23
+# Set this option, if you want a SSL connection to the IRC Server(s) specified
24
+# above. This setting applies to all servers, so make sure they all support SSL
25
+# connections. Eggdrop has to be compiled with SSL support for this to work!
26
+set use-ssl 0
27
28
# Number of seconds to wait between transmitting queued lines to the server.
29
# Lower this value at your own risk. ircd is known to start flood control
30
31