From aa36987ef707f79042a21dc793feec5586f01edb Mon Sep 17 00:00:00 2001 From: om Date: Tue, 4 Apr 2006 14:30:47 +0000 Subject: [PATCH] And the bit I missed... :/ git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3829 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd_io.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp index 84af4bd16..eb5229252 100644 --- a/src/inspircd_io.cpp +++ b/src/inspircd_io.cpp @@ -1200,7 +1200,9 @@ bool ServerConfig::ParseLine(ConfigDataHash &target, std::string &line, long lin { /* Leaving quotes, we have the value */ results.push_back(KeyVal(current_key, current_value)); - std::cout << "<" << tagname << ":" << current_key << "> " << current_value << std::endl; + + // std::cout << "<" << tagname << ":" << current_key << "> " << current_value << std::endl; + in_quote = false; got_key = false; -- 2.39.2