Lines 1-29
Link Here
|
1 |
--- eggdrop.conf.orig 2018-12-27 18:51:16 UTC |
1 |
--- eggdrop.conf.bak 2024-12-19 22:03:18.314826000 -0600 |
2 |
+++ eggdrop.conf |
2 |
+++ eggdrop.conf 2024-12-19 22:11:55.124362000 -0600 |
3 |
@@ -1,4 +1,4 @@ |
3 |
@@ -1,4 +1,4 @@ |
4 |
-#! /path/to/executable/eggdrop |
4 |
-#! /path/to/executable/eggdrop |
5 |
+#!%%PREFIX%%/bin/eggdrop |
5 |
+#!%%PREFIX%%/bin/eggdrop |
6 |
# ^- This should contain a fully qualified path to your Eggdrop executable. |
6 |
# ^- This should contain a fully qualified path to your Eggdrop executable. |
7 |
# |
7 |
# |
8 |
# This is a sample Eggdrop configuration file which includes all possible |
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 |
9 |
@@ -607,7 +607,7 @@ |
10 |
# If you run the bot from the compilation directory, you will want to set |
10 |
# This path specifies the path were Eggdrop should look for its modules. |
11 |
# this to "". If you use 'make install' (like all good kiddies do ;), this |
11 |
# If you use 'make install' (like all good kiddies do ;), this is a fine |
12 |
# is a fine default. Otherwise, use your head :) |
12 |
# default. Otherwise, use your head :) |
13 |
-set mod-path "modules/" |
13 |
-set mod-path "modules/" |
14 |
+set mod-path "%%PREFIX%%/lib/eggdrop/" |
14 |
+set mod-path "%%PREFIX%%/lib/modules/" |
15 |
|
15 |
|
16 |
|
16 |
|
17 |
#### BLOWFISH MODULE #### |
17 |
#### PBKDF2 MODULE #### |
18 |
@@ -1047,6 +1047,11 @@ set servers { |
18 |
@@ -1082,6 +1082,10 @@ |
19 |
[2001:db8:618:5c0:263::]:6669:password |
19 |
server add 2001:db8:618:5c0:263:: 6669 password |
20 |
ssl.example.net:+6697 |
20 |
server add ssl.example.net +7000 |
21 |
} |
21 |
|
22 |
+ |
|
|
23 |
+# Set this option, if you want a SSL connection to the IRC Server(s) specified |
22 |
+# 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 |
23 |
+# 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! |
24 |
+# connections. Eggdrop has to be compiled with SSL support for this to work! |
26 |
+set use-ssl 0 |
25 |
+set use-ssl 0 |
27 |
|
26 |
#### CAP Features #### |
28 |
# Number of seconds to wait between transmitting queued lines to the server. |
27 |
# This section controls IRCv3 capabilities supported natively by Eggdrop. You |
29 |
# Lower this value at your own risk. ircd is known to start flood control |
28 |
# can enable individual settings here to be requested as part of the |