Comment out some weird code from Client.cpp

Suggestions for what this was good for?


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1646 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2009-10-10 12:29:40 +00:00
parent ad0cba603d
commit 3881bece33
+4
View File
@@ -325,9 +325,13 @@ void CClient::ReadLine(const CString& sData) {
return;
}
// No idea what this is supposed to do, but it doesn't seem to
// make sense. Comment this out and wait for complaints.
#if 0
if (sMsg.WildCmp("DCC * (*)")) {
sMsg = "DCC " + sLine.Token(3) + " (" + ((m_pIRCSock) ? m_pIRCSock->GetLocalIP() : GetLocalIP()) + ")";
}
#endif
#ifdef _MODULES
if (sMsg.WildCmp("\001*\001")) {