Added a missing char1 on the end of a dcc string

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@28 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2004-10-26 18:00:22 +00:00
parent ec7c7e2e84
commit 5cbdb14f53

View File

@@ -535,7 +535,7 @@ bool CIRCSock::OnPrivCTCP(const string& sNickMask, string& sMessage) {
unsigned short uBNCPort = CDCCBounce::DCCRequest(FromNick.GetNick(), uLongIP, uPort, sFile, false, m_pUser, GetLocalIP(), CUtils::GetIP(uLongIP));
if (uBNCPort) {
PutUser(":" + sNickMask + " PRIVMSG " + GetNick() + " :\001DCC SEND " + sFile + " " + CUtils::ToString(CUtils::GetLongIP(GetLocalIP())) + " " + CUtils::ToString(uBNCPort) + " " + CUtils::ToString(uFileSize));
PutUser(":" + sNickMask + " PRIVMSG " + GetNick() + " :\001DCC SEND " + sFile + " " + CUtils::ToString(CUtils::GetLongIP(GetLocalIP())) + " " + CUtils::ToString(uBNCPort) + " " + CUtils::ToString(uFileSize) + "\001");
}
} else if (strcasecmp(sType.c_str(), "RESUME") == 0) {
// Need to lookup the connection by port, filter the port, and forward to the user