diff --git a/src/server.cpp b/src/server.cpp index 7fcae82e..7218ae8a 100755 --- a/src/server.cpp +++ b/src/server.cpp @@ -1333,7 +1333,8 @@ void CServer::CreateAndSendChatTextForAllConChannels ( const int iCurChanID const QString strActualMessageText = "(" + - QTime::currentTime().toString ( "hh:mm:ss AP" ) + ") " + ChanName + + QTime::currentTime().toString ( "hh:mm:ss AP" ) + ") " + + ChanName.toHtmlEscaped() + " " + strChatText;