--- 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'