diff options
Diffstat (limited to 'data/example.conf')
-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 |