diff options
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 841fdc55e..239b9df48 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -299,6 +299,8 @@ void Init(int ac, char **av) throw FatalException("Unable to chdir to " + services_dir + ": " + Anope::LastError()); } + init_core_messages(); + Log(LOG_TERMINAL) << "Anope " << Anope::Version() << ", " << Anope::Build(); #ifdef _WIN32 Log(LOG_TERMINAL) << "Using configuration file " << services_dir << "\\" << services_conf; |