From 3881bece33529d1857396e8f816ca81a7a16a864 Mon Sep 17 00:00:00 2001 From: psychon Date: Sat, 10 Oct 2009 12:29:40 +0000 Subject: [PATCH] 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 --- Client.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Client.cpp b/Client.cpp index b882699f..b16442b5 100644 --- a/Client.cpp +++ b/Client.cpp @@ -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")) {