diff --git a/cockatrice/src/chatview.cpp b/cockatrice/src/chatview.cpp index f3d9317f..218bde24 100644 --- a/cockatrice/src/chatview.cpp +++ b/cockatrice/src/chatview.cpp @@ -80,7 +80,7 @@ void ChatView::appendHtmlServerMessage(const QString &html, bool optionalIsBold, { bool atBottom = verticalScrollBar()->value() >= verticalScrollBar()->maximum(); - QString htmlText = "" + html + ""; + QString htmlText = "" + QDateTime::currentDateTime().toString("[hh:mm:ss] ")+ html + ""; if (optionalIsBold) htmlText = "" + htmlText + "";