# HG changeset patch # User nemo # Date 1290381140 18000 # Node ID a752e543d7b46743db25c3bebf0f60bdfd56f260 # Parent 81b0961b9863f3a3cc684d2c6198dde1be25962b fix chat diff -r 81b0961b9863 -r a752e543d7b4 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'