From 4ad2a601ac12c2b26e549eaf86d21cebedf519ef Mon Sep 17 00:00:00 2001 From: henk84 Date: Fri, 14 Jun 2024 09:24:31 +0200 Subject: [PATCH] fix comment in modules.optional.conf (#280) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix repeated preposition Co-authored-by: Hendrik Jäger --- doc/conf/modules.optional.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf/modules.optional.conf b/doc/conf/modules.optional.conf index 8b3715387..3c3f32e35 100644 --- a/doc/conf/modules.optional.conf +++ b/doc/conf/modules.optional.conf @@ -148,7 +148,7 @@ loadmodule "webserver"; // https://www.unrealircd.org/docs/WebSocket_support loadmodule "websocket"; -// This module will detect and stop spam containing of characters of +// This module will detect and stop spam containing characters of // mixed "scripts", where (for example) some characters are in // Latin script and other characters are in Cyrillic script. loadmodule "antimixedutf8";