diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-01-02 18:45:12 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-01-02 18:45:12 +0000 |
commit | 0aac6a2b2ac1dca4783c4deeda5fdde031c8a612 (patch) | |
tree | c3c5cfc3a266e453d9894aa62061343e93a110cb | |
parent | 43847ec9c7e1a195163eb4c529f1c92fd1ace0a4 (diff) |
Branch merge
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10933 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 2555ff25d..7e25aa217 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -516,7 +516,7 @@ InspIRCd::InspIRCd(int argc, char** argv) /* Windows can (and defaults to) hide file extensions, so let's play a bit nice for windows users. */ std::string txtconf = this->ConfigFileName; txtconf.append(".txt"); - + if (ServerConfig::FileExists(txtconf.c_str())) { strlcat(this->ConfigFileName, ".txt", MAXBUF); |