mirror of
https://github.com/znc/znc.git
synced 2026-05-04 04:22:37 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user