diff options
author | Sadie Powell <sadie@witchery.services> | 2021-05-25 22:06:50 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-07 18:50:36 +0000 |
commit | 12214bee7228f884918dacff56108604e10bdc46 (patch) | |
tree | fa977d680247d58a01f0664989c429be928eb55c /data | |
parent | 08a35231ef00ee9dd3af80c186a78b740cd8185a (diff) |
Add the initial version of the Atheme database importer.
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 86c124e66..f7a55121f 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -1106,6 +1106,22 @@ mail } /* + * db_atheme + * + * This allows importing databases from Atheme. You should load another database module as + * well as this as it can only read Atheme databases not write them. + */ +#module +{ + name = "db_atheme" + + /* + * The database name db_atheme should use. + */ + database = "atheme.db" +} + +/* * [RECOMMENDED] db_flatfile * * This is the default flatfile database format. |