1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 05:56:38 +02:00

Fixed some Windows problems

This commit is contained in:
Adam
2010-10-22 04:18:57 -04:00
parent 791c2b89a5
commit eb8f3a799c
11 changed files with 23 additions and 17 deletions
+2
View File
@@ -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;