diff options
author | Adam <Adam@anope.org> | 2011-10-22 16:11:26 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-10-22 16:11:26 -0400 |
commit | d0513d6506ce34b57874ad265daf38ca67878aa0 (patch) | |
tree | 0707dcfba240b8ce5727fed96fcb8876cb7b58cb /data | |
parent | f4a0bdd54d80e740026b05c63ada4e71650a1959 (diff) |
A few minor fixups
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index 5d6e342ad..f38a84729 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1058,6 +1058,9 @@ db_old * [DEPRECATED] db_plain * * This is the flatfile database format from Anope-1.9.2 to Anope-1.9.5. + * To convert from this format, load both this 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" } db_plain |