diff options
author | Adam <Adam@anope.org> | 2011-12-20 18:38:37 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-12-20 18:38:37 -0500 |
commit | 704dbe27bf4a01ee10851a6181c1da3ab44a1b87 (patch) | |
tree | 7006b01f1429852a90559bf4da26a0e114acdbf6 /data | |
parent | bbddf50c9de973f96cb354a8c66876ee1386e455 (diff) |
Updated /bs info output and note db_sql can truncate entire databases
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 34b5865e4..8299b8d09 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1095,6 +1095,9 @@ db_flatfile * db_sql * * This module allows saving and loading databases using one of the SQL engines. + * + * WARNING: This module will delete every table in the database it uses. Be sure + * to put Anope in its own separate database. */ #module { name = "db_sql" } db_sql |