From cc5f318d277996744980b077a19dfd5f2f31a4ed Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 8 Dec 2021 07:17:40 +0100 Subject: [PATCH] Add include for snomasks.default.conf in example.*conf Reported by arcanefeenix in https://bugs.unrealircd.org/view.php?id=6020 --- doc/conf/examples/example.conf | 1 + doc/conf/examples/example.fr.conf | 1 + doc/conf/examples/example.tr.conf | 1 + 3 files changed, 3 insertions(+) diff --git a/doc/conf/examples/example.conf b/doc/conf/examples/example.conf index 4af426968..09fc1ff92 100644 --- a/doc/conf/examples/example.conf +++ b/doc/conf/examples/example.conf @@ -50,6 +50,7 @@ include "help/help.conf"; include "badwords.conf"; //include "spamfilter.conf"; include "operclass.default.conf"; +include "snomasks.default.conf"; /* Load the default cloaking module (2021 onwards): */ loadmodule "cloak_sha256"; diff --git a/doc/conf/examples/example.fr.conf b/doc/conf/examples/example.fr.conf index a9f181d08..8eae54644 100644 --- a/doc/conf/examples/example.fr.conf +++ b/doc/conf/examples/example.fr.conf @@ -51,6 +51,7 @@ include "help/help.conf"; include "badwords.conf"; //include "spamfilter.conf"; include "operclass.default.conf"; +include "snomasks.default.conf"; /* Load the default cloaking module (2021 onwards): */ loadmodule "cloak_sha256"; diff --git a/doc/conf/examples/example.tr.conf b/doc/conf/examples/example.tr.conf index c41d42739..221c06463 100644 --- a/doc/conf/examples/example.tr.conf +++ b/doc/conf/examples/example.tr.conf @@ -51,6 +51,7 @@ include "help/help.conf"; include "badwords.conf"; //include "spamfilter.conf"; include "operclass.default.conf"; +include "snomasks.default.conf"; /* Load the default cloaking module (2021 onwards): */ loadmodule "cloak_sha256";