# HG changeset patch
# User unc0rr
# Date 1252342942 0
# Node ID 9b202abc59101257fe254516c94fa44d290ad958
# Parent  31170b0850fad64bab795fc07fc92660fc704380
Join messages too

diff -r 31170b0850fa -r 9b202abc5910 QTfrontend/newnetclient.cpp
--- a/QTfrontend/newnetclient.cpp	Mon Sep 07 17:01:49 2009 +0000
+++ b/QTfrontend/newnetclient.cpp	Mon Sep 07 17:02:22 2009 +0000
@@ -375,7 +375,7 @@
 					emit configAsked();
 			}
 			emit nickAdded(lst[i]);
-			emit chatStringFromNet(QString(tr("*** %1 joined")).arg(lst[i]));
+			emit chatStringFromNet(QString(tr("[%1 has joined the room]")).arg(lst[i]));
 		}
 		return;
 	}
@@ -397,7 +397,7 @@
 			}
 
 			emit nickAddedLobby(lst[i]);
-			emit chatStringLobby(QString(tr("*** %1 joined")).arg(lst[i]));
+			emit chatStringLobby(QString(tr("[%1 has joined]")).arg(lst[i]));
 		}
 		return;
 	}