summaryrefslogtreecommitdiff
path: root/src/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.c')
-rw-r--r--src/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.c b/src/init.c
index 4c87ae5c4..5cda3e198 100644
--- a/src/init.c
+++ b/src/init.c
@@ -606,6 +606,7 @@ int init_secondary(int ac, char **av)
bi = new BotInfo(s_GlobalNoticer, ServiceUser, ServiceHost, desc_GlobalNoticer);
}
+ FOREACH_MOD(I_OnPostLoadDatabases, OnPostLoadDatabases());
/* Save the databases back to file/mysql to reflect any changes */
alog("Info: Reflecting database records.");
save_databases();