fix chat
authornemo
Sun, 21 Nov 2010 18:12:20 -0500
changeset 4409 a752e543d7b4
parent 4408 81b0961b9863
child 4410 f9e38ce1e813
fix chat
hedgewars/uIO.pas
--- a/hedgewars/uIO.pas	Sun Nov 21 16:13:44 2010 -0500
+++ b/hedgewars/uIO.pas	Sun Nov 21 18:12:20 2010 -0500
@@ -309,12 +309,12 @@
         ',': ParseCommand('skip', true);
         's': begin
             s:= copy(headcmd^.str, 2, Pred(headcmd^.len));
-            ParseCommand('chatmsg' + s, true);
+            ParseCommand('chatmsg ' + s, true);
             WriteLnToConsole(s)
             end;
         'b': begin
             s:= copy(headcmd^.str, 2, Pred(headcmd^.len));
-            ParseCommand('chatmsg'#4 + s, true);
+            ParseCommand('chatmsg '#4 + s, true);
             WriteLnToConsole(s)
             end;
 // TODO: deprecate 'F'