mirror of
https://github.com/znc/znc.git
synced 2026-07-04 08:51:14 +02:00
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:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user