1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 10:53:14 +02:00

Remove db_plain

This commit is contained in:
Adam
2013-11-09 05:41:10 -05:00
parent fa7cee9759
commit 2a35151d12
2 changed files with 0 additions and 669 deletions
-19
View File
@@ -1065,25 +1065,6 @@ mail
#hash = "md5"
}
/*
* [DEPRECATED] db_plain
*
* This is the flatfile database format from Anope-1.9.2 to Anope-1.9.5.
* This module only loads this database, and will NOT save it.
* To convert from this format, load both this and db_flatfile. Be sure to name db_flatfile's
* target database to something else. Start Anope then shut down so the new database will be written.
* Then unload this and restart Anope, loading from the new database.
*/
#module
{
name = "db_plain"
/*
* The database name db_plain should use
*/
database = "anope.db"
}
/*
* [RECOMMENDED] db_flatfile
*