1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Make it more clear that db_flatfile is deprecated.

This commit is contained in:
Sadie Powell
2025-07-25 13:38:13 +01:00
parent 5948c2ea53
commit 4d2870fa45
+3 -2
View File
@@ -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
{