Path: blob/main/irc/eggdrop/files/patch-eggdrop.conf
26965 views
--- eggdrop.conf.orig 2025-09-03 05:57:58 UTC1+++ eggdrop.conf2@@ -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,9 +607,8 @@ die "Please make sure you edit your config file comple9# 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/eggdrop/"1415-16#### PBKDF2 MODULE ####1718# IF YOU DON'T READ THIS YOU MAY RENDER YOUR USERFILE USELESS LATER19@@ -1081,6 +1080,11 @@ server add ssl.example.net +700020server add another.example.com 6669 password21server add 2001:db8:618:5c0:263:: 6669 password22server add ssl.example.net +700023+24+# Set this option, if you want a SSL connection to the IRC Server(s) specified25+# above. This setting applies to all servers, so make sure they all support SSL26+# connections. Eggdrop has to be compiled with SSL support for this to work!27+set use-ssl 02829#### CAP Features ####30# This section controls IRCv3 capabilities supported natively by Eggdrop. You313233