diff options
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 39d1033c6..e32bafb74 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -556,6 +556,7 @@ void Anope::Init(int ac, char **av) EventReturn MOD_RESULT; FOREACH_RESULT(OnLoadDatabase, MOD_RESULT, ()); static_cast<void>(MOD_RESULT); + SocketEngine::Process(); Log() << "Databases loaded"; FOREACH_MOD(OnPostInit, ()); |