QTfrontend/chatwidget.cpp
changeset 2380 603965eca22b
parent 2377 f3fab2b09e0c
child 2396 e13a1117152b
--- 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("<font color=grey>%1</font>").arg(formattedStr);
 
 	chatStrings.append(formattedStr);