diff options
Diffstat (limited to 'src/modules/dcc/send.cpp')
-rw-r--r-- | src/modules/dcc/send.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/send.cpp b/src/modules/dcc/send.cpp index c42793aa..74586112 100644 --- a/src/modules/dcc/send.cpp +++ b/src/modules/dcc/send.cpp @@ -1532,7 +1532,7 @@ void KviDccFileTransfer::connectionInProgress() // BUG-TO-BUG mIrc compatibility if(KVI_OPTION_BOOL(KviOption_boolDCCFileTransferReplaceOutgoingSpacesWithUnderscores)) - tmp.tqreplace(" ","_"); + tmp.replace(" ","_"); KviServerParser::encodeCtcpParameter(tmp.utf8().data(),fName); // Zero port requests want DCC SEND as back-request |