hedgewars/uChat.pas
changeset 2131 8b9f7a407408
parent 2130 708758635955
child 2161 0c8634241fa4
--- a/hedgewars/uChat.pas	Thu May 28 00:25:19 2009 +0000
+++ b/hedgewars/uChat.pas	Thu May 28 00:36:33 2009 +0000
@@ -188,7 +188,7 @@
 
 if copy(s, 1, 6) = '/team ' then
     begin
-    ParseCommand('/team ' + char(LocalClan) + UserNick + ': '+copy(s, 7, Length(s)-6), true);
+    ParseCommand('/team ' + char(LocalClan) + UserNick + '(team): '+copy(s, 7, Length(s)-6), true);
     exit
     end;
 if (s[1] = '/') and (copy(s, 1, 4) <> '/me ') then