1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 09:46:38 +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
+2 -2
View File
@@ -241,6 +241,8 @@ void Init(int ac, char **av)
#endif
if (set_group() < 0)
throw FatalException("set_group() fail");
RegisterTypes();
/* Parse command line arguments */
ParseCommandLineArguments(ac, av);
@@ -442,8 +444,6 @@ void Init(int ac, char **av)
EventReturn MOD_RESULT;
FOREACH_RESULT(I_OnLoadDatabase, OnLoadDatabase());
Log() << "Databases loaded";
FOREACH_MOD(I_OnPostLoadDatabases, OnPostLoadDatabases());
}
/*************************************************************************/