Path: blob/main/irc/eggdrop/files/patch-eggdrop.conf
16462 views
--- eggdrop.conf.bak 2024-12-19 22:03:18.314826000 -06001+++ eggdrop.conf 2024-12-19 22:11:55.124362000 -06002@@ -1,4 +1,4 @@3-#! /path/to/executable/eggdrop4+#!%%PREFIX%%/bin/eggdrop5# ^- This should contain a fully qualified path to your Eggdrop executable.6#7# This is a sample Eggdrop configuration file which includes all possible8@@ -607,7 +607,7 @@9# This path specifies the path were Eggdrop should look for its modules.10# If you use 'make install' (like all good kiddies do ;), this is a fine11# default. Otherwise, use your head :)12-set mod-path "modules/"13+set mod-path "%%PREFIX%%/lib/modules/"141516#### PBKDF2 MODULE ####17@@ -1082,6 +1082,10 @@18server add 2001:db8:618:5c0:263:: 6669 password19server add ssl.example.net +70002021+# Set this option, if you want a SSL connection to the IRC Server(s) specified22+# above. This setting applies to all servers, so make sure they all support SSL23+# connections. Eggdrop has to be compiled with SSL support for this to work!24+set use-ssl 025#### CAP Features ####26# This section controls IRCv3 capabilities supported natively by Eggdrop. You27# can enable individual settings here to be requested as part of the282930