mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
Branch merge
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10933 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
43847ec9c7
commit
0aac6a2b2a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user