diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-12-27 02:45:29 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-12-27 02:45:29 +0000 |
commit | bc05569e2de011206bf57ca715c6d342156aee46 (patch) | |
tree | 67e79eae13445dde04c9af557c1b22fff93cd09c /src | |
parent | 248f6e5e1d6299ebf90ab53d8ac2b0336f438596 (diff) |
Remove silly comment from r10,000.. mostly just testing vim..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10915 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 385bef8e3..2198ca309 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -11,8 +11,6 @@ * --------------------------------------------------- */ -/* w00t was here. ;p */ - /* $Install: src/inspircd $(BINPATH) */ #include "inspircd.h" #include <signal.h> @@ -525,7 +523,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"); - + i if (ServerConfig::FileExists(txtconf.c_str())) { strlcat(this->ConfigFileName, ".txt", MAXBUF); |