From bc05569e2de011206bf57ca715c6d342156aee46 Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 27 Dec 2008 02:45:29 +0000 Subject: 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 --- src/inspircd.cpp | 4 +--- 1 file changed, 1 insertion(+), 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 @@ -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); -- cgit v1.2.3