QTfrontend/newnetclient.cpp
changeset 1841 fba7210b438b
parent 1838 00a5fc50aa43
child 1842 96a4757dfeb8
--- a/QTfrontend/newnetclient.cpp	Tue Feb 24 21:47:17 2009 +0000
+++ b/QTfrontend/newnetclient.cpp	Wed Feb 25 17:12:32 2009 +0000
@@ -428,6 +428,11 @@
 		return;
 	}
 
+	if (lst[0] == "ASKPASSWORD") {
+		RawSendNet(QString("PASSWORD"));
+		return;
+	}
+
 	if (lst[0] == "TEAM_ACCEPTED") {
 		if (lst.size() != 2)
 		{