From 6464407a7f378ea2f4ffee812f7ac86a2a52c88c Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 30 Dec 2024 17:39:07 +0100 Subject: [PATCH] In the REMOTEINC ./Config question at least mention cURL when we ask to enable cURL. --- Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config b/Config index 55f586f12..9a742b196 100755 --- a/Config +++ b/Config @@ -608,7 +608,7 @@ while [ -z "$TEST" ] ; do echo "UnrealIRCd always supports 'remote includes' for https URLs like:" echo "include \"https://www.example.org/files/opers.conf\";" echo "Do you also need support for non-https, such as ftp, tftp, smb or insecure http?" - echo "Answer 'Yes' if you need such protocols." + echo "Answer 'Yes' if you need such protocols and want to use the cURL library." echo "By default (answer 'No') we only support the https protocol, which is perfectly fine for most people." echo $n "[$TEST] -> $c" read cc