diff --git a/IRCSock.cpp b/IRCSock.cpp index 7dee6d99..6cd8d085 100644 --- a/IRCSock.cpp +++ b/IRCSock.cpp @@ -806,7 +806,7 @@ bool CIRCSock::OnGeneralCTCP(CNick& Nick, CString& sMessage) { } if (it != mssCTCPReplies.end()) { - sReply = it->second; + sReply = m_pUser->ExpandString(it->second); bHaveReply = true; }