From 443016b4f2fccca39755c1d7e33edfe1ec61718f Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 22 Apr 2004 13:55:16 +0000 Subject: Added tons of services/uline stuff. DO NOT USE YET! services data isnt replicated across the network! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@688 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index ca3c2e423..59833b6bd 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -355,14 +355,12 @@ ConfigReader::ConfigReader(std::string filename) std::string ConfigReader::ReadValue(std::string tag, std::string name, int index) { - log(DEBUG,"ConfigReader::ReadValue '%s' '%s' %d",tag.c_str(),name.c_str(),index); char val[MAXBUF]; char t[MAXBUF]; char n[MAXBUF]; strncpy(t,tag.c_str(),MAXBUF); strncpy(n,name.c_str(),MAXBUF); ReadConf(cache,t,n,index,val); - log(DEBUG,"ConfigReader::ReadValue read '%s'",val); return std::string(val); } -- cgit v1.3.1-10-gc9f91