1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 08:36:39 +02:00

Added a new database format and sqlite support. Also moved db-convert to a module.

This commit is contained in:
Adam
2011-09-25 04:19:15 -04:00
parent 43201ead95
commit 1f2399de36
75 changed files with 4143 additions and 5880 deletions
+1
View File
@@ -375,6 +375,7 @@ int main(int ac, char **av, char **envp)
ModuleManager::UnloadModule(m, NULL);
ModuleManager::CleanupRuntimeDirectory();
serialized_items.clear();
#ifdef _WIN32
OnShutdown();