QTfrontend/newnetclient.cpp
changeset 884 99cc72c8a812
parent 883 07a568ba44e0
child 1066 1f1b3686a2b0
--- a/QTfrontend/newnetclient.cpp	Sun Apr 27 11:40:22 2008 +0000
+++ b/QTfrontend/newnetclient.cpp	Sun Apr 27 13:09:11 2008 +0000
@@ -145,6 +145,7 @@
   QString msg = QString::fromUtf8 (line.data(), line.size());
 
   QStringList lst = msg.split(delimeter);
+//qDebug() << "Parsing: " << lst;
   if (lst[0] == "ERRONEUSNICKNAME") {
     QMessageBox::information(0, 0, "Your net nickname is in use or cannot be used");
     return;