From 296b535d5f8ec73ef77ac196eb928cd82f957db6 Mon Sep 17 00:00:00 2001 From: prozacx Date: Sun, 12 Jun 2005 09:07:43 +0000 Subject: [PATCH] Commented GetDataPath() as it has been replaced git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@385 726aef4b-f618-498e-8847-2d620e286838 --- modules/modperl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/modperl.cpp b/modules/modperl.cpp index 0fa573a1..6c730d44 100644 --- a/modules/modperl.cpp +++ b/modules/modperl.cpp @@ -692,7 +692,7 @@ XS(XS_ZNC_GetString) else if ( sName == "DLPath" ) sReturn = pUser->GetDLPath(); else if ( sName == "ModPath" ) sReturn = pUser->GetModPath(); else if ( sName == "HomePath" ) sReturn = pUser->GetHomePath(); - else if ( sName == "DataPath" ) sReturn = pUser->GetDataPath(); + //else if ( sName == "DataPath" ) sReturn = pUser->GetDataPath(); else if ( sName == "StatusPrefix" ) sReturn = pUser->GetStatusPrefix(); else if ( sName == "DefaultChanModes" ) sReturn = pUser->GetDefaultChanModes(); else if ( sName == "IRCServer" ) sReturn = pUser->GetIRCServer();