--- 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]);