QTfrontend/newnetclient.cpp
changeset 2777 95a1a69d491c
parent 2776 9572aae13d49
child 2821 67815ee123d7
--- a/QTfrontend/newnetclient.cpp	Tue Feb 09 03:21:09 2010 +0000
+++ b/QTfrontend/newnetclient.cpp	Tue Feb 09 13:04:11 2010 +0000
@@ -375,8 +375,8 @@
 				if (isChief)
 					emit configAsked();
 			}
-			emit nickAdded(lst[i], isChief);
-			emit chatStringFromNet(tr("%1 *** %2 has joined the room").arg('\x03').arg(lst[i]));
+			emit nickAdded(lst[i], isChief && (lst[i] != mynick));
+            emit chatStringFromNet(tr("%1 *** %2 has joined the room").arg('\x03').arg(lst[i]));
 		}
 		return;
 	}