Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/irc/eggdrop/files/patch-eggdrop.conf
16462 views
1
--- eggdrop.conf.bak 2024-12-19 22:03:18.314826000 -0600
2
+++ eggdrop.conf 2024-12-19 22:11:55.124362000 -0600
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
@@ -607,7 +607,7 @@
10
# This path specifies the path were Eggdrop should look for its modules.
11
# If you use 'make install' (like all good kiddies do ;), this is a fine
12
# default. Otherwise, use your head :)
13
-set mod-path "modules/"
14
+set mod-path "%%PREFIX%%/lib/modules/"
15
16
17
#### PBKDF2 MODULE ####
18
@@ -1082,6 +1082,10 @@
19
server add 2001:db8:618:5c0:263:: 6669 password
20
server add ssl.example.net +7000
21
22
+# Set this option, if you want a SSL connection to the IRC Server(s) specified
23
+# above. This setting applies to all servers, so make sure they all support SSL
24
+# connections. Eggdrop has to be compiled with SSL support for this to work!
25
+set use-ssl 0
26
#### CAP Features ####
27
# This section controls IRCv3 capabilities supported natively by Eggdrop. You
28
# can enable individual settings here to be requested as part of the
29
30