aboutsummaryrefslogtreecommitdiff
path: root/irc/eggdrop/files/patch-eggdrop.conf
blob: a8c1635b29dced0cdbd789b08bb98c585452b348 (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
29
--- eggdrop.conf.orig	2018-12-27 18:51:16 UTC
+++ eggdrop.conf
@@ -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
@@ -604,7 +604,7 @@ die "Please make sure you edit your config file comple
 # If you run the bot from the compilation directory, you will want to set
 # this to "". 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/eggdrop/"
 
 
 #### BLOWFISH MODULE ####
@@ -1047,6 +1047,11 @@ set servers {
   [2001:db8:618:5c0:263::]:6669:password
   ssl.example.net:+6697
 }
+
+# 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
 
 # Number of seconds to wait between transmitting queued lines to the server.
 # Lower this value at your own risk.  ircd is known to start flood control