hedgewars/uIO.pas
changeset 946 42c5cc87cbd1
parent 945 4ead9cde4e14
child 977 fdbf2a5c1ad7
--- a/hedgewars/uIO.pas	Sat May 24 17:34:06 2008 +0000
+++ b/hedgewars/uIO.pas	Sat May 24 18:37:04 2008 +0000
@@ -216,10 +216,9 @@
 begin
 while (headcmd <> nil) and (headcmd^.cmd = 's') do
       begin
-      s:= '> ' + copy(headcmd^.str, 2, Pred(headcmd^.len));
+      s:= copy(headcmd^.str, 2, Pred(headcmd^.len));
       AddChatString(s);
       WriteLnToConsole(s);
-      //AddCaption('> ' + copy(headcmd^.str, 2, Pred(headcmd^.len)), $FFFFFF, capgrpNetSay);
       RemoveCmd
       end;