From 4d2870fa4571f0ac046c1c0600d76782a2aac938 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 25 Jul 2025 13:38:13 +0100 Subject: [PATCH] Make it more clear that db_flatfile is deprecated. --- data/anope.example.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/anope.example.conf b/data/anope.example.conf index f49d3ecce..558c0f9e6 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -1102,14 +1102,15 @@ mail } /* - * db_flatfile + * [DEPRECATED] db_flatfile * * Stores your database in a custom flatfile format. * * This was the recommended database module in 2.0 but it is now recommended * that you use db_json instead. You can migrate your db_flatfile database to * db_json by loading db_flatfile BEFORE db_json, sending SIGUSR1 to force a - * database write, and then unloading db_flatfile. + * database write, and then unloading db_flatfile. This module will become + * import-only in a future release. */ #module {