blob: b2e3a00a683760c3cbabf6b31de6db675a83081d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
--- eggdrop.conf.bak 2024-12-19 22:03:18.314826000 -0600
+++ eggdrop.conf 2024-12-19 22:11:55.124362000 -0600
@@ -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
@@ -607,7 +607,7 @@
# This path specifies the path were Eggdrop should look for its modules.
# 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/modules/"
#### PBKDF2 MODULE ####
@@ -1082,6 +1082,10 @@
server add 2001:db8:618:5c0:263:: 6669 password
server add 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
#### CAP Features ####
# This section controls IRCv3 capabilities supported natively by Eggdrop. You
# can enable individual settings here to be requested as part of the
|