QTfrontend/net/newnetclient.cpp
changeset 8762 388d2bf73ff9
parent 8759 1a4b9b9fe2b0
child 8765 688062f1db59
--- a/QTfrontend/net/newnetclient.cpp	Wed Mar 20 23:18:46 2013 +0100
+++ b/QTfrontend/net/newnetclient.cpp	Thu Mar 21 09:27:35 2013 +0100
@@ -369,7 +369,7 @@
         {
             QStringList tmp = lst;
             tmp.removeFirst();
-            emit chatStringFromNet(tmp.join("\n").prepend('\x01'));
+            emit chatStringFromNet(tmp.join(" ").prepend('\x01'));
         }
         return;
     }