summaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-10-22 04:18:57 -0400
committerAdam <Adam@anope.org>2010-10-22 04:20:34 -0400
commiteb8f3a799ca006ac4ca03b77df9bad5f2b6cd3d5 (patch)
treed9c47c3c6928be86cd07d1258b66623a1d2708bb /src/init.cpp
parent791c2b89a5b09d3e3e3785669b29438ffec26295 (diff)
Fixed some Windows problems
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
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;