diff options
author | Adam <Adam@anope.org> | 2013-11-09 05:41:10 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-11-09 05:41:10 -0500 |
commit | 2a35151d12e3911f5a15c1b16a85e87fda9e5b46 (patch) | |
tree | 11b051d8801715001c94fd31124ef2b539e69ef6 /data | |
parent | fa7cee9759dff67e129c8cae1de0c8333eabdc78 (diff) |
Remove db_plain
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/data/example.conf b/data/example.conf index 894fd8363..48ff039c3 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1066,25 +1066,6 @@ mail } /* - * [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 * * This is the default flatfile database format. |