Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/irc/eggdrop/files/patch-eggdrop.conf
26965 views
1
--- eggdrop.conf.orig 2025-09-03 05:57:58 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
@@ -607,9 +607,8 @@ die "Please make sure you edit your config file comple
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/eggdrop/"
15
16
-
17
#### PBKDF2 MODULE ####
18
19
# IF YOU DON'T READ THIS YOU MAY RENDER YOUR USERFILE USELESS LATER
20
@@ -1081,6 +1080,11 @@ server add ssl.example.net +7000
21
server add another.example.com 6669 password
22
server add 2001:db8:618:5c0:263:: 6669 password
23
server add ssl.example.net +7000
24
+
25
+# Set this option, if you want a SSL connection to the IRC Server(s) specified
26
+# above. This setting applies to all servers, so make sure they all support SSL
27
+# connections. Eggdrop has to be compiled with SSL support for this to work!
28
+set use-ssl 0
29
30
#### CAP Features ####
31
# This section controls IRCv3 capabilities supported natively by Eggdrop. You
32
33