diff -r d62b1f224982 -r 603965eca22b QTfrontend/chatwidget.cpp --- a/QTfrontend/chatwidget.cpp Thu Sep 10 18:50:53 2009 +0000 +++ b/QTfrontend/chatwidget.cpp Sun Sep 13 17:51:25 2009 +0000 @@ -79,7 +79,7 @@ chatStrings.removeFirst(); QString formattedStr = Qt::escape(str); - if (formattedStr.startsWith("***")) + if (formattedStr.startsWith("[")) formattedStr = QString("%1").arg(formattedStr); chatStrings.append(formattedStr);