QTfrontend/newnetclient.cpp
changeset 2108 a689375bbfee
parent 1990 29ab1a874c14
child 2138 b246ad6484f5
--- a/QTfrontend/newnetclient.cpp	Sun May 24 13:04:48 2009 +0000
+++ b/QTfrontend/newnetclient.cpp	Sun May 24 13:47:07 2009 +0000
@@ -215,6 +215,9 @@
 		return ;
 	}
 
+	if (lst[0] == "PROTO")
+		return ;
+
 	if (lst[0] == "ERROR") {
 		if (lst.size() == 2)
 			emit showMessage("Error: " + lst[1]);