From 704dbe27bf4a01ee10851a6181c1da3ab44a1b87 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 20 Dec 2011 18:38:37 -0500 Subject: Updated /bs info output and note db_sql can truncate entire databases --- data/example.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') 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 -- cgit